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:
2025-11-08 19:58:18 +01:00
parent c89e916351
commit c2328a22e0

View File

@@ -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: