feat ✨: Add remote source support for copy script
This feature allows scripts to be copied from a remote source, enhancing flexibility and scalability in deployment processes.
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
src: "/opt/PVE-mods/pve-mod-gui-sensors.sh"
|
src: "/opt/PVE-mods/pve-mod-gui-sensors.sh"
|
||||||
dest: "/usr/local/bin/pve-mod-gui-sensors.sh"
|
dest: "/usr/local/bin/pve-mod-gui-sensors.sh"
|
||||||
mode: "0755"
|
mode: "0755"
|
||||||
|
remote_src: yes
|
||||||
|
|
||||||
- name: Run script with predefined input
|
- name: Run script with predefined input
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
|
|||||||
Reference in New Issue
Block a user