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:
@@ -216,7 +216,7 @@
|
|||||||
ansible.builtin.synchronize:
|
ansible.builtin.synchronize:
|
||||||
src: "{{ workdir }}/{{ template_name }}.qcow2"
|
src: "{{ workdir }}/{{ template_name }}.qcow2"
|
||||||
dest: "/var/lib/vz/template/qcow2/"
|
dest: "/var/lib/vz/template/qcow2/"
|
||||||
mode: push
|
mode: pull
|
||||||
# rsync_opts:
|
# rsync_opts:
|
||||||
# - "--rsync-path='sudo rsync'"
|
# - "--rsync-path='sudo rsync'"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user