refactor ♻️: Refactor shell to command in proxmox.yml task
Updated the task in proxmox.yml to use 'command' instead of 'shell' for better clarity and consistency.
This commit is contained in:
@@ -31,8 +31,7 @@
|
|||||||
remote_src: yes
|
remote_src: yes
|
||||||
|
|
||||||
- name: Run uninstall script
|
- name: Run uninstall script
|
||||||
ansible.builtin.shell:
|
ansible.builtin.command: /usr/local/bin/pve-mod-gui-sensors.sh uninstall
|
||||||
cmd: /usr/local/bin/pve-mod-gui-sensors.sh uninstall
|
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
when: pve_mod_gui_sensors_installed | default(false)
|
when: pve_mod_gui_sensors_installed | default(false)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user