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>
(cherry picked from commit 1c2ec9fb40
)
pull/4928/head
parent
34c4f5baac
commit
02ec088568
|
@ -122,3 +122,7 @@
|
||||||
name: ceph-rgw
|
name: ceph-rgw
|
||||||
tasks_from: systemd.yml
|
tasks_from: systemd.yml
|
||||||
when: inventory_hostname in groups.get(rgw_group_name, [])
|
when: inventory_hostname in groups.get(rgw_group_name, [])
|
||||||
|
|
||||||
|
- name: reload ceph monitor systemd unit
|
||||||
|
systemd:
|
||||||
|
daemon_reload: yes
|
Loading…
Reference in New Issue