refactor: update uninstall task to remove specific packages in install_openitcockpit.yaml

This commit is contained in:
2025-09-10 08:10:30 -04:00
parent 74fc3cea17
commit 02cc2a97f5
+2 -1
View File
@@ -36,7 +36,8 @@
- name: Uninstall multiple packages
ansible.builtin.apt:
name:
- viopenitcockpit-agentm
- openitcockpit-agent
- fish
state: absent
purge: yes