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>pull/5139/head
parent
b3d943fe9f
commit
b3bbd6bb77
|
@ -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