]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
switch-to-containers: ignore errors when stopping service v4.0.70.19
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 17 Oct 2022 08:20:21 +0000 (10:20 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 17 Oct 2022 08:31:45 +0000 (10:31 +0200)
There might be cases where it can break idempotency.

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

infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml

index b245134d7733b695cb6a7d80e386a417a7ec2654..ac2b1bc005729b1b36fd5a4539b02416d9b0bd06 100644 (file)
         name: "{{ item.split('=')[1] }}"
         state: stopped
         enabled: no
+      ignore_errors: true
       loop: "{{ rbdmirror_services.stdout_lines }}"
 
     - name: remove old systemd unit files