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

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

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

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