]> 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)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 10 Jan 2020 15:21:29 +0000 (10:21 -0500)
This is needed after a change is made in systemd unit files.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
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