]> git.apps.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)
committerSébastien Han <seb@redhat.com>
Thu, 24 May 2018 17:09:01 +0000 (10:09 -0700)
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>
site-docker.yml.sample

index 8159c8a03ec261f7fcdb90f5a0d86acc240d932c..d4caefacc001e8e0c924d61e578b62a47d84750c 100644 (file)
@@ -25,7 +25,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: