diff --git a/tasks/proxmox.yml b/tasks/proxmox.yml index 351edf6..16f6037 100644 --- a/tasks/proxmox.yml +++ b/tasks/proxmox.yml @@ -23,7 +23,7 @@ mode: '0755' # Make it executable - name: Run uninstall script - ansible.builtin.command: bash /tmp/pve-mod-gui-sensors.sh uninstall + ansible.builtin.shell: bash /tmp/pve-mod-gui-sensors.sh uninstall ignore_errors: true - name: Wait for Proxmox Web GUI to be up