style 💎: Update template sync mode to pull

Updated the Ansible synchronize task in the Proxmox Debian template to use a pull mode instead of push, which is more idiomatic for synchronizing files from the host to the container.
This commit is contained in:
2025-11-08 18:52:34 +01:00
parent 3c4b4a749d
commit f3a2e0ad0a

View File

@@ -216,7 +216,7 @@
ansible.builtin.synchronize:
src: "{{ workdir }}/{{ template_name }}.qcow2"
dest: "/var/lib/vz/template/qcow2/"
mode: push
mode: pull
# rsync_opts:
# - "--rsync-path='sudo rsync'"