Multiple attempted fixes

This commit is contained in:
2026-06-10 23:15:40 +02:00
parent e40d91eb16
commit add0a7f2c2
3 changed files with 6 additions and 5 deletions
@@ -1,6 +1,6 @@
{
"ignition": {
"version": "3.3.0"
"version": "3.0.0"
},
"passwd": {
"users": [
@@ -48,7 +48,8 @@
- name: Remove existing VM definition
shell: |
virsh destroy {{ vm_name }} || true
virsh undefine {{ vm_name }} || true
virsh undefine {{ vm_name }} --nvram || true
rm -f /etc/libvirt/qemu/{{ vm_name }}.xml
become: yes
- name: Provision VM using virt-install