From c2328a22e0feb2c33ebd6387d6d23c316e77541f Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 8 Nov 2025 19:58:18 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20rsync=20opts?= =?UTF-8?q?=20for=20proxmox=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated rsync options to use the correct path for proxmox templates, ensuring proper synchronization of 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 e1c8db3..3718967 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/qcow2/" - mode: push + mode: pull rsync_opts: - "--rsync-path='rsync'" # rsync_opts: