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