]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
playbook: follow up on #2553
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 24 May 2018 13:07:56 +0000 (15:07 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 24 May 2018 19:33:11 +0000 (21:33 +0200)
Since we fixed the `gather and delegate facts` task, this exception is
not needed anymore. It's a leftover that should be removed to save some
time when deploying a cluster with a large client number.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 828848017cefd981e14ca9e4690dd7d1320f0eef)
Signed-off-by: Sébastien Han <seb@redhat.com>
site-docker.yml.sample

index 8949a09c211753c20274593f5b7d76623bf6d04b..6f6060735a4600b9909d8f4d0dd9e8bd5e93ccc8 100644 (file)
@@ -24,7 +24,7 @@
     - name: gather facts
       setup:
       when:
-        - not delegate_facts_host | bool or inventory_hostname in groups.get('clients', [])
+        - not delegate_facts_host | bool
 
     - name: gather and delegate facts
       setup: