mirror of https://github.com/ceph/ceph-ansible.git
purge: fix rbd-mirror group name
the default is rbdmirrors in ceph-defaults Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3668/head
parent
a915308477
commit
47ebef374f
|
@ -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') }}"
|
||||
|
|
Loading…
Reference in New Issue