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:
2025-12-16 20:42:03 +01:00
parent 6d7748a127
commit 2c03831394

View File

@@ -31,8 +31,7 @@
remote_src: yes
- name: Run uninstall script
ansible.builtin.shell:
cmd: /usr/local/bin/pve-mod-gui-sensors.sh uninstall
ansible.builtin.command: /usr/local/bin/pve-mod-gui-sensors.sh uninstall
ignore_errors: true
when: pve_mod_gui_sensors_installed | default(false)