--- - name: Cleanup tcib directories after container build become: true ansible.builtin.file: path: "{{ cifmw_build_containers_basedir }}/{{ item }}" state: absent loop: - tmp - artifacts - logs