style 💎: Update rsync opts for proxmox template
Updated rsync options to use the correct path for proxmox templates, ensuring proper synchronization of files.
This commit is contained in:
@@ -221,7 +221,7 @@
|
|||||||
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/qcow2/"
|
||||||
mode: push
|
mode: pull
|
||||||
rsync_opts:
|
rsync_opts:
|
||||||
- "--rsync-path='rsync'"
|
- "--rsync-path='rsync'"
|
||||||
# rsync_opts:
|
# rsync_opts:
|
||||||
|
|||||||
Reference in New Issue
Block a user