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>
pull/2645/head
Guillaume Abrioux 2018-05-24 15:07:56 +02:00 committed by Sébastien Han
parent 3c32280ca1
commit 828848017c
1 changed files with 1 additions and 1 deletions

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