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
Guillaume Abrioux 2018-06-05 16:30:12 +02:00 committed by Sébastien Han
parent 91f9da530f
commit 232a16d77f
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@
delegate_to: "{{ item }}"
delegate_facts: True
with_items: "{{ groups['all'] }}"
run_once: true
when:
- delegate_facts_host | bool