From: Guillaume Abrioux Date: Mon, 22 Nov 2021 08:22:45 +0000 (+0100) Subject: purge: remove ceph directories on client nodes X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=20035852a4e51f3800808bc4c71b0e0be86b8132;p=ceph-ansible.git purge: remove ceph directories on client nodes Otherwise any ceph directories are left over on client nodes after the purge. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2024815 Signed-off-by: Guillaume Abrioux --- diff --git a/infrastructure-playbooks/purge-cluster.yml b/infrastructure-playbooks/purge-cluster.yml index 5cfe18650..7d250b825 100644 --- a/infrastructure-playbooks/purge-cluster.yml +++ b/infrastructure-playbooks/purge-cluster.yml @@ -1057,6 +1057,7 @@ - rbdmirrors - nfss - mgrs + - clients gather_facts: false # Already gathered previously become: true tasks: