mirror of https://github.com/ceph/ceph-ansible.git
upgrade: fix standby_mdss group creation
This commit fixes the standby_mdss group creation by using `{{ item }}`.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit c4fc8cc878
)
pull/4639/head
parent
c6f1ef893d
commit
bc3138eff4
|
@ -577,7 +577,7 @@
|
|||
|
||||
- name: create standby_mdss group
|
||||
add_host:
|
||||
name: "{{ standby_mdss }}"
|
||||
name: "{{ item }}"
|
||||
groups: standby_mdss
|
||||
ansible_host: "{{ hostvars[item]['ansible_host'] | default(omit) }}"
|
||||
ansible_port: "{{ hostvars[item]['ansible_port'] | default(omit) }}"
|
||||
|
|
Loading…
Reference in New Issue