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:
@@ -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'"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user