--- - name: Cleanup unnecesary directories tags: - always ansible.builtin.file: path: "{{ item }}" state: absent loop: - "{{ cifmw_manifests | default(cifmw_artifacts_basedir ~ '/artifacts/manifests') }}/operator" loop_control: label: "{{ item }}"