From 1c2ec9fb4042b65088d055ee4cd8bc773e241dcf Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 10 Jan 2020 14:29:50 +0100 Subject: [PATCH] docker2podman: force systemd to reload config This is needed after a change is made in systemd unit files. Signed-off-by: Guillaume Abrioux --- infrastructure-playbooks/docker-to-podman.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5