From 555d0c8037e79b7ce5fa16666c90cdf934a75cde Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 22 Nov 2021 09:22:45 +0100 Subject: [PATCH] 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 (cherry picked from commit 20035852a4e51f3800808bc4c71b0e0be86b8132) --- infrastructure-playbooks/purge-cluster.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure-playbooks/purge-cluster.yml b/infrastructure-playbooks/purge-cluster.yml index f6ea88c42a..7f434a0f58 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: