From: Guillaume Abrioux Date: Mon, 17 Oct 2022 08:20:21 +0000 (+0200) Subject: switch-to-containers: ignore errors when stopping service X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=62f9804bd2017228b1c18bfadd6c3e89dc0c427d;p=ceph-ansible.git switch-to-containers: ignore errors when stopping service There might be cases where it can break idempotency. Signed-off-by: Guillaume Abrioux (cherry picked from commit a158d0d53bf8758c5c0fbbd269a3c885615b5461) --- diff --git a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml index 0ea46b6a6..45d4b5c49 100644 --- a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml +++ b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml @@ -575,6 +575,7 @@ name: "{{ item.split('=')[1] }}" state: stopped enabled: no + ignore_errors: true loop: "{{ rbdmirror_services.stdout_lines }}" - name: remove old systemd unit files