From: Guillaume Abrioux Date: Fri, 10 Jan 2020 13:29:50 +0000 (+0100) Subject: docker2podman: force systemd to reload config X-Git-Tag: v6.0.0alpha1~129 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1c2ec9fb4042b65088d055ee4cd8bc773e241dcf;p=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 --- diff --git a/infrastructure-playbooks/docker-to-podman.yml b/infrastructure-playbooks/docker-to-podman.yml index e3c801402..fa1ad766f 100644 --- a/infrastructure-playbooks/docker-to-podman.yml +++ b/infrastructure-playbooks/docker-to-podman.yml @@ -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 \ No newline at end of file