style 💎: Update Proxmox template path

Updated the destination path for the Proxmox template to '/var/lib/vz/template/iso/' from '/var/lib/vz/template/qcow2/'. This change ensures consistency with the expected location of the ISO file.
This commit is contained in:
2025-11-08 20:14:47 +01:00
parent c2328a22e0
commit 1b669f701c

View File

@@ -220,7 +220,7 @@
- name: Copy finished template back to Proxmox host - name: Copy finished template back to Proxmox host
ansible.posix.synchronize: ansible.posix.synchronize:
src: "{{ workdir }}/{{ template_name }}.qcow2" src: "{{ workdir }}/{{ template_name }}.qcow2"
dest: "/var/lib/vz/template/qcow2/" dest: "/var/lib/vz/template/iso/"
mode: pull mode: pull
rsync_opts: rsync_opts:
- "--rsync-path='rsync'" - "--rsync-path='rsync'"