]> 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)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 7 Jun 2018 07:45:26 +0000 (09:45 +0200)
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>
(cherry picked from commit 232a16d77ff1048a2d3c4aa743c44e864fa2b80b)
Signed-off-by: Sébastien Han <seb@redhat.com>
infrastructure-playbooks/rolling_update.yml

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