mirror of https://github.com/ceph/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 <gabrioux@redhat.com>pull/2645/head
parent
3c32280ca1
commit
828848017c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue