fix 🐛: Fix typo in remote_src setting

Corrected a typographical error in the configuration option 'remote_src' to ensure proper functionality.
This commit is contained in:
2025-12-16 18:26:33 +01:00
parent a58623dfcd
commit 0b0ef1a385

View File

@@ -34,7 +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 remote_src: yes
- name: Run script with predefined input - name: Run script with predefined input
ansible.builtin.shell: | ansible.builtin.shell: |