]> 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>
Mon, 17 Oct 2022 12:10:42 +0000 (14:10 +0200)
There might be cases where it can break idempotency.

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