Add debug message
This commit is contained in:
@@ -41,6 +41,10 @@
|
||||
args:
|
||||
creates: "{{ vm_images_dir }}/{{ vm_name }}.qcow2"
|
||||
|
||||
- name: Debug Provisioning Vars
|
||||
debug:
|
||||
msg: "Provisioning {{ vm_name }} with disk_bus={{ disk_bus | default('virtio') }} and os_variant={{ os_variant }}"
|
||||
|
||||
- name: Remove existing VM definition
|
||||
shell: |
|
||||
virsh destroy {{ vm_name }} || true
|
||||
|
||||
Reference in New Issue
Block a user