mirror of https://github.com/ceph/ceph-ansible.git
docker2podman: force systemd to reload config
This is needed after a change is made in systemd unit files. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/4919/head
parent
d746575fd0
commit
1c2ec9fb40
|
@ -122,3 +122,7 @@
|
|||
name: ceph-rgw
|
||||
tasks_from: systemd.yml
|
||||
when: inventory_hostname in groups.get(rgw_group_name, [])
|
||||
|
||||
- name: reload ceph monitor systemd unit
|
||||
systemd:
|
||||
daemon_reload: yes
|
Loading…
Reference in New Issue