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
Sébastien Han 2018-12-04 09:22:34 +01:00 committed by Guillaume Abrioux
parent 656fbd2901
commit 62111ff53c
1 changed files with 2 additions and 0 deletions

View File

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