From: Guillaume Abrioux Date: Thu, 24 May 2018 13:07:56 +0000 (+0200) Subject: playbook: follow up on #2553 X-Git-Tag: v3.2.0beta1~78 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=828848017cefd981e14ca9e4690dd7d1320f0eef;p=ceph-ansible.git playbook: follow up on #2553 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 --- diff --git a/site-docker.yml.sample b/site-docker.yml.sample index 8159c8a03..d4caefacc 100644 --- a/site-docker.yml.sample +++ b/site-docker.yml.sample @@ -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: