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
Guillaume Abrioux 2020-03-10 14:07:24 +01:00 committed by Dimitri Savineau
parent 03416c0d4e
commit bf0a6835a2
1 changed files with 1 additions and 1 deletions

View File

@ -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