From 0d3bce95e1d2d5210850097efa25c22b0eff8e6d Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 24 May 2018 15:07:56 +0200 Subject: [PATCH] playbook: follow up on #2553 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 828848017cefd981e14ca9e4690dd7d1320f0eef) Signed-off-by: Sébastien Han --- site-docker.yml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-docker.yml.sample b/site-docker.yml.sample index 8949a09c2..6f6060735 100644 --- a/site-docker.yml.sample +++ b/site-docker.yml.sample @@ -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: -- 2.47.3