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