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 <gabrioux@redhat.com>
(cherry picked from commit 828848017c)
Signed-off-by: Sébastien Han <seb@redhat.com>
pull/2646/head
Guillaume Abrioux 2018-05-24 15:07:56 +02:00
parent 49f6d3cbec
commit 0d3bce95e1
1 changed files with 1 additions and 1 deletions

View 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: