--- # These tasks will ensure CRC is stopped, undefined, and nothing # like danging network are around. # This is mostly used in the reproducer case. - name: Stop CRC VM failed_when: false community.libvirt.virt: command: destroy name: crc - name: Undefine CRC VM failed_when: false community.libvirt.virt: command: undefine name: crc - name: Destroy CRC network failed_when: false community.libvirt.virt_net: command: destroy name: crc - name: Undefine CRC network failed_when: false community.libvirt.virt_net: command: undefine name: crc - name: Destroy default network failed_when: false community.libvirt.virt_net: command: destroy name: default