Merge "Update deprecated 'play_hosts' with 'ansible_play_batch'"

This commit is contained in:
Jenkins 2017-07-03 15:26:56 +00:00 committed by Gerrit Code Review
commit a31c1a31b8

View File

@ -29,7 +29,7 @@
delegate_to: "{{ item }}"
with_items: "{{ groups['all'] }}"
when:
- (play_hosts | length) != (groups['all'] | length)
- (ansible_play_batch | length) != (groups['all'] | length)
- name: Detect openstack_release variable
hosts: all