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:
@@ -219,7 +219,7 @@
|
|||||||
--memory 1024
|
--memory 1024
|
||||||
--net0 virtio,bridge=vmbr0 &&
|
--net0 virtio,bridge=vmbr0 &&
|
||||||
qm importdisk {{ proxmox_template_vm_id }}
|
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
|
- name: Configure VM for Cloud-Init
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
|
|||||||
Reference in New Issue
Block a user