From f80232361bc76b4debb3bb6d6c49956b0b5c9659 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 17 Oct 2022 10:20:21 +0200 Subject: [PATCH] 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 09b8f7b2ea4deb35228adb948b50976ad1854870) --- ...itch-from-non-containerized-to-containerized-ceph-daemons.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5