REVERT AFTER DEBUG! Force recreating VMs

This commit is contained in:
2026-06-10 22:42:25 +02:00
parent 78695e9f1d
commit 83edc85654
@@ -41,6 +41,12 @@
args:
creates: "{{ vm_images_dir }}/{{ vm_name }}.qcow2"
- name: Remove existing VM definition
shell: |
virsh destroy {{ vm_name }} || true
virsh undefine {{ vm_name }} || true
become: yes
- name: Provision VM using virt-install
shell: |
virt-install \