From ffbcb2b04fde1596b591792109b4a98aeb19f17d Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 8 Nov 2025 21:25:31 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20template=20to?= =?UTF-8?q?=20remove=20unnecessary=20delegate=5Fto=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the create_proxmox_debian_template.yml file to remove the delegate_to option, as it is no longer required. This change improves the template's simplicity and consistency. --- 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 4a8676e..2197f9b 100644 --- a/tasks/create_proxmox_debian_template.yml +++ b/tasks/create_proxmox_debian_template.yml @@ -230,7 +230,7 @@ src: "{{ workdir }}/{{ template_name }}.qcow2" dest: "/var/lib/vz/template/qemu/" mode: pull - delegate_to: node0 + # delegate_to: node0 # rsync_opts: # - "--rsync-path='sudo rsync'"