]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
docker2podman: force systemd to reload config
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 10 Jan 2020 13:29:50 +0000 (14:29 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 10 Jan 2020 16:41:27 +0000 (17:41 +0100)
This is needed after a change is made in systemd unit files.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 1c2ec9fb4042b65088d055ee4cd8bc773e241dcf)

infrastructure-playbooks/docker-to-podman.yml

index e3c801402dd9b393e173171b806a846675a7d7b8..fa1ad766fdbb08e572f70f3af7df2c1115e77868 100644 (file)
         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