Merge "Update deprecated 'play_hosts' with 'ansible_play_batch'"
This commit is contained in:
commit
a31c1a31b8
@ -29,7 +29,7 @@
|
|||||||
delegate_to: "{{ item }}"
|
delegate_to: "{{ item }}"
|
||||||
with_items: "{{ groups['all'] }}"
|
with_items: "{{ groups['all'] }}"
|
||||||
when:
|
when:
|
||||||
- (play_hosts | length) != (groups['all'] | length)
|
- (ansible_play_batch | length) != (groups['all'] | length)
|
||||||
|
|
||||||
- name: Detect openstack_release variable
|
- name: Detect openstack_release variable
|
||||||
hosts: all
|
hosts: all
|
||||||
|
Loading…
Reference in New Issue
Block a user