From e218a1705df84d337c7790f0a3f85dafd02cb635 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 9 Nov 2025 06:44:23 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20qcow2=20disk?= =?UTF-8?q?=20path=20in=20Proxmox=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the disk path from qcow2 to qemu in the create_proxmox_debian_template.yml file. This change ensures compatibility with newer Proxmox versions. --- tasks/create_proxmox_debian_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/create_proxmox_debian_template.yml b/tasks/create_proxmox_debian_template.yml index 80e2a6c..c1b5111 100644 --- a/tasks/create_proxmox_debian_template.yml +++ b/tasks/create_proxmox_debian_template.yml @@ -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: |