summaryrefslogtreecommitdiffstats
path: root/molecule/default/cleanup.yml
blob: 9540c83f771b91a53fc1324e127449bd029d0798 (plain) (blame)
1
2
3
4
5
6
7
8
9
---
- name: Cleanup
  hosts: localhost
  tasks:
    - name: "Remove testing loop device"
      become: true
      ansible.builtin.command:
        cmd: "losetup -D"
      changed_when: false