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
Guillaume Abrioux 2020-03-10 14:07:24 +01:00
parent b3d943fe9f
commit b3bbd6bb77
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
- name: make all items in secondary_realms unique
set_fact:
realms: "{{ secondary_realms | unique }}"
secondary_realms: "{{ secondary_realms | unique }}"
run_once: true
when:
- secondary_realms is defined