style 💎: Update qcow2 disk path in Proxmox template

Updated the disk path from qcow2 to qemu in the create_proxmox_debian_template.yml file. This change ensures compatibility with newer Proxmox versions.
This commit is contained in:
2025-11-09 06:44:23 +01:00
parent d5bc7f7ea9
commit e218a1705d

View File

@@ -219,7 +219,7 @@
--memory 1024
--net0 virtio,bridge=vmbr0 &&
qm importdisk {{ proxmox_template_vm_id }}
/var/lib/vz/template/qcow2/{{ template_name }}.qcow2 {{ proxmox_storage }}
/var/lib/vz/template/qemu/{{ template_name }}.qcow2 {{ proxmox_storage }}
- name: Configure VM for Cloud-Init
ansible.builtin.shell: |