style 💎: Update rsync opts for correct path

Updated rsync options to use the correct rsync path. This change ensures that the rsync command is executed correctly when synchronizing files.
This commit is contained in:
2025-11-08 20:26:37 +01:00
parent 1b669f701c
commit 2ccfc0feb2

View File

@@ -221,7 +221,7 @@
ansible.posix.synchronize:
src: "{{ workdir }}/{{ template_name }}.qcow2"
dest: "/var/lib/vz/template/iso/"
mode: pull
mode: push
rsync_opts:
- "--rsync-path='rsync'"
# rsync_opts: