]> 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>
Wed, 6 Jun 2018 06:10:11 +0000 (14:10 +0800)
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)

site-docker.yml.sample

index fa862139c643a92f7dc99e7bb51819f86bdcc693..6524e956950acd46c26564080af4d2282940cd67 100644 (file)
@@ -27,7 +27,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: