From: Sébastien Han Date: Tue, 4 Dec 2018 08:22:34 +0000 (+0100) Subject: purge-container: gather fact before calling ceph-defaults X-Git-Tag: v4.0.0beta1~108 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=62111ff53c6a139b7ce2195c2b13d0c0b22e2769;p=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 --- diff --git a/infrastructure-playbooks/purge-docker-cluster.yml b/infrastructure-playbooks/purge-docker-cluster.yml index 75832e34f..f590b8ccc 100644 --- a/infrastructure-playbooks/purge-docker-cluster.yml +++ b/infrastructure-playbooks/purge-docker-cluster.yml @@ -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: