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 b7534f9bb..9dfc1f239 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 @@ -239,7 +239,6 @@ name: "{{ item }}" state: stopped enabled: no - masked: yes with_items: "{{ running_osds.stdout_lines | default([])}}" when: running_osds != []