purge: fix rbd-mirror group name

the default is rbdmirrors in ceph-defaults

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/3668/head
Guillaume Abrioux 2019-03-01 18:23:39 +01:00 committed by mergify[bot]
parent a915308477
commit 47ebef374f
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
- name: purge ceph rbd-mirror cluster
vars:
rbdmirror_group_name: rbd-mirrors
rbdmirror_group_name: rbdmirrors
hosts:
- "{{ rbdmirror_group_name|default('rbdmirrors') }}"