]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rolling_update: fix facts gathering delegation
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 5 Jun 2018 14:30:12 +0000 (16:30 +0200)
committerSébastien Han <seb@redhat.com>
Wed, 6 Jun 2018 08:36:30 +0000 (16:36 +0800)
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>
infrastructure-playbooks/rolling_update.yml

index 8a6db318d828d69d426da465b48aa93d7452d97b..a38671e5369deb4e8d82ef4e5d4ceadeb2926fd8 100644 (file)
@@ -74,6 +74,7 @@
       delegate_to: "{{ item }}"
       delegate_facts: True
       with_items: "{{ groups['all'] }}"
+      run_once: true
       when:
         - delegate_facts_host | bool