1ac94c048ff1d1385de2892d0ecef7879ec563e9 introduced the support of
multiple rgw instances on a single host but somehow has missed to
implement this feature in rolling_update.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
- name: restart containerized ceph rgw
systemd:
- name: ceph-radosgw@rgw.{{ ansible_hostname }}
+ name: ceph-radosgw@rgw.{{ ansible_hostname }}.{{ item.instance_name }}
state: restarted
enabled: yes
daemon_reload: yes
+ with_items: "{{ rgw_instances }}"
when:
- containerized_deployment