- name: Destroy containers on interrupt hosts: localhost tasks: - name: Ensure containers are destroyed docker_container: name: "{{ item.name }}" state: absent loop: "{{ molecule_yml.platforms }}"