Skip to content

Commit

Permalink
switch-to-containers: ignore errors when stopping service
Browse files Browse the repository at this point in the history
There might be cases where it can break idempotency.

Signed-off-by: Guillaume Abrioux <[email protected]>
  • Loading branch information
guits committed Oct 17, 2022
1 parent 7664da5 commit 09b8f7b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09b8f7b

Please sign in to comment.