From 37ba313d763da922163e142a76d51d5b702e9ade Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Tue, 4 Dec 2018 09:22:34 +0100 Subject: [PATCH] purge-container: gather fact before calling ceph-defaults MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ceph-defaults relies on facts so we must gather facts before running it. Signed-off-by: Sébastien Han (cherry picked from commit 62111ff53c6a139b7ce2195c2b13d0c0b22e2769) --- infrastructure-playbooks/purge-docker-cluster.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure-playbooks/purge-docker-cluster.yml b/infrastructure-playbooks/purge-docker-cluster.yml index 9fd6c5db3..4786d32a8 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: @@ -586,6 +587,7 @@ - "{{ nfs_group_name|default('nfss') }}" - "{{ mgr_group_name|default('mgrs') }}" + gather_facts: true become: true tasks: -- 2.39.5