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:
@@ -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'"
|
||||||
|
|||||||
Reference in New Issue
Block a user