From: Guillaume Abrioux Date: Thu, 17 Oct 2019 13:15:58 +0000 (+0200) Subject: upgrade: fix standby_mdss group creation X-Git-Tag: v5.0.0alpha1~33 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c4fc8cc8787e13cb6a45db51581c558a587a6f27;p=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 --- diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index b18aa248d..e971de817 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -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) }}"