From 2ccfc0feb22185d0215574ccb46abe4dd4dfd1e9 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 8 Nov 2025 20:26:37 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20rsync=20opts?= =?UTF-8?q?=20for=20correct=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated rsync options to use the correct rsync path. This change ensures that the rsync command is executed correctly when synchronizing files. --- tasks/create_proxmox_debian_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/create_proxmox_debian_template.yml b/tasks/create_proxmox_debian_template.yml index a042964..de0017d 100644 --- a/tasks/create_proxmox_debian_template.yml +++ b/tasks/create_proxmox_debian_template.yml @@ -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: