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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user