mirror of https://github.com/ceph/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 <gabrioux@redhat.com>pull/7336/head
parent
7664da58da
commit
09b8f7b2ea
|
@ -575,6 +575,7 @@
|
||||||
name: "{{ item.split('=')[1] }}"
|
name: "{{ item.split('=')[1] }}"
|
||||||
state: stopped
|
state: stopped
|
||||||
enabled: no
|
enabled: no
|
||||||
|
ignore_errors: true
|
||||||
loop: "{{ rbdmirror_services.stdout_lines }}"
|
loop: "{{ rbdmirror_services.stdout_lines }}"
|
||||||
|
|
||||||
- name: remove old systemd unit files
|
- name: remove old systemd unit files
|
||||||
|
|
Loading…
Reference in New Issue