style 💎: Update template to remove unnecessary delegate_to option

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.
This commit is contained in:
2025-11-08 21:25:31 +01:00
parent c9bf893582
commit ffbcb2b04f

View File

@@ -230,7 +230,7 @@
src: "{{ workdir }}/{{ template_name }}.qcow2" src: "{{ workdir }}/{{ template_name }}.qcow2"
dest: "/var/lib/vz/template/qemu/" dest: "/var/lib/vz/template/qemu/"
mode: pull mode: pull
delegate_to: node0 # delegate_to: node0
# rsync_opts: # rsync_opts:
# - "--rsync-path='sudo rsync'" # - "--rsync-path='sudo rsync'"