mirror of https://github.com/ceph/ceph-ansible.git
rolling_update: fix facts gathering delegation
this is kind of follow up on what has been made in #2560. See #2560 and #2553 for details. Closes: #2708 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/2716/merge
parent
91f9da530f
commit
232a16d77f
|
@ -74,6 +74,7 @@
|
|||
delegate_to: "{{ item }}"
|
||||
delegate_facts: True
|
||||
with_items: "{{ groups['all'] }}"
|
||||
run_once: true
|
||||
when:
|
||||
- delegate_facts_host | bool
|
||||
|
||||
|
|
Loading…
Reference in New Issue