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