mirror of https://github.com/ceph/ceph-ansible.git
rgw: fix a typo in create_realm_zonegroup_zone_lists
This commit fixes a typo.
`s/realms/secondary_realms`
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit b3bbd6bb77
)
pull/5144/head
parent
03416c0d4e
commit
bf0a6835a2
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
- name: make all items in secondary_realms unique
|
- name: make all items in secondary_realms unique
|
||||||
set_fact:
|
set_fact:
|
||||||
realms: "{{ secondary_realms | unique }}"
|
secondary_realms: "{{ secondary_realms | unique }}"
|
||||||
run_once: true
|
run_once: true
|
||||||
when:
|
when:
|
||||||
- secondary_realms is defined
|
- secondary_realms is defined
|
||||||
|
|
Loading…
Reference in New Issue