From 037d8cd05e012dd71a6c0aedbdfcf4aa1c15b992 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 2 Jul 2021 14:57:52 +0200 Subject: [PATCH] purge: add monitoring group in final cleanup play This adds the monitoring group in the "final cleanup play" so any cid files generated are well removed when purging the cluster. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1974536 Signed-off-by: Guillaume Abrioux --- infrastructure-playbooks/purge-container-cluster.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure-playbooks/purge-container-cluster.yml b/infrastructure-playbooks/purge-container-cluster.yml index 892bbb12f..7986b1e2b 100644 --- a/infrastructure-playbooks/purge-container-cluster.yml +++ b/infrastructure-playbooks/purge-container-cluster.yml @@ -557,6 +557,7 @@ - "{{ rbdmirror_group_name|default('rbdmirrors') }}" - "{{ nfs_group_name|default('nfss') }}" - "{{ mgr_group_name|default('mgrs') }}" + - "{{ monitoring_group_name|default('monitoring') }}" become: true -- 2.39.5