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
+3 -2
View File
@@ -36,10 +36,11 @@
- name: Uninstall multiple packages - name: Uninstall multiple packages
ansible.builtin.apt: ansible.builtin.apt:
name: name:
- viopenitcockpit-agentm - openitcockpit-agent
- fish
state: absent state: absent
purge: yes purge: yes
# - name: Install a list of packages # - name: Install a list of packages
# ansible.builtin.apt: # ansible.builtin.apt:
# pkg: # pkg: