mirror of https://github.com/ceph/ceph-ansible.git
purge-container: gather fact before calling ceph-defaults
ceph-defaults relies on facts so we must gather facts before running it. Signed-off-by: Sébastien Han <seb@redhat.com>pull/3437/head
parent
656fbd2901
commit
62111ff53c
|
@ -305,6 +305,7 @@
|
|||
hosts:
|
||||
- "{{ osd_group_name|default('osds') }}"
|
||||
|
||||
gather_facts: true
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
|
@ -575,6 +576,7 @@
|
|||
- "{{ nfs_group_name|default('nfss') }}"
|
||||
- "{{ mgr_group_name|default('mgrs') }}"
|
||||
|
||||
gather_facts: true
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
|
|
Loading…
Reference in New Issue