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>
(cherry picked from commit 828848017c
)
Signed-off-by: Sébastien Han <seb@redhat.com>
pull/2646/head
parent
49f6d3cbec
commit
0d3bce95e1
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue