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