From 3c4b4a749d465c646c283f3f9cb1800e7d98c6d1 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 8 Nov 2025 18:01:42 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20rsync=20opts?= =?UTF-8?q?=20for=20sudo=20rsync=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated rsync options to include the sudo rsync path, ensuring secure file transfer. This change aligns with best practices for secure file management in Proxmox environments. --- tasks/create_proxmox_debian_template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/create_proxmox_debian_template.yml b/tasks/create_proxmox_debian_template.yml index 6f37aa1..270f03d 100644 --- a/tasks/create_proxmox_debian_template.yml +++ b/tasks/create_proxmox_debian_template.yml @@ -217,8 +217,8 @@ src: "{{ workdir }}/{{ template_name }}.qcow2" dest: "/var/lib/vz/template/qcow2/" mode: push - rsync_opts: - - "--rsync-path='sudo rsync'" + # rsync_opts: + # - "--rsync-path='sudo rsync'" - name: Import Debian Cloud image as Proxmox VM template hosts: node0