Merge "Fix the task about --limit does not perform"

This commit is contained in:
Zuul 2018-06-27 01:49:39 +00:00 committed by Gerrit Code Review
commit 30f6456e81

@ -30,6 +30,7 @@
with_items: "{{ groups['all'] }}"
when:
- (ansible_play_batch | length) != (groups['all'] | length)
tags: always
- name: Detect openstack_release variable
hosts: all