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 <gabrioux@redhat.com>
(cherry picked from commit 037d8cd05e)
pull/6127/head
Guillaume Abrioux 2021-07-02 14:57:52 +02:00 committed by Dimitri Savineau
parent ff2043f92c
commit 595a61c137
1 changed files with 1 additions and 0 deletions

View File

@ -552,6 +552,7 @@
- "{{ rbdmirror_group_name|default('rbdmirrors') }}"
- "{{ nfs_group_name|default('nfss') }}"
- "{{ mgr_group_name|default('mgrs') }}"
- "{{ grafana_server_group_name|default('grafana-server') }}"
become: true