From a58623dfcd92d2ec2aea1f3faa065d677bc23b2d Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 16 Dec 2025 18:24:54 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Add=20remote=20source=20sup?= =?UTF-8?q?port=20for=20copy=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This feature allows scripts to be copied from a remote source, enhancing flexibility and scalability in deployment processes. --- tasks/proxmox.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/proxmox.yml b/tasks/proxmox.yml index 2402b97..8508d53 100644 --- a/tasks/proxmox.yml +++ b/tasks/proxmox.yml @@ -34,6 +34,7 @@ src: "/opt/PVE-mods/pve-mod-gui-sensors.sh" dest: "/usr/local/bin/pve-mod-gui-sensors.sh" mode: "0755" + remote_src: yes - name: Run script with predefined input ansible.builtin.shell: |