From 0b0ef1a385befe19ab72c3fab95772a247210611 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 16 Dec 2025 18:26:33 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Fix=20typo=20in=20remote?= =?UTF-8?q?=5Fsrc=20setting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected a typographical error in the configuration option 'remote_src' to ensure proper functionality. --- tasks/proxmox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/proxmox.yml b/tasks/proxmox.yml index 8508d53..0bc6830 100644 --- a/tasks/proxmox.yml +++ b/tasks/proxmox.yml @@ -34,7 +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 + remote_src: yes - name: Run script with predefined input ansible.builtin.shell: |