refactor: update uninstall task to remove specific packages in install_openitcockpit.yaml
This commit is contained in:
@@ -36,10 +36,11 @@
|
||||
- name: Uninstall multiple packages
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- viopenitcockpit-agentm
|
||||
- openitcockpit-agent
|
||||
- fish
|
||||
state: absent
|
||||
purge: yes
|
||||
|
||||
|
||||
# - name: Install a list of packages
|
||||
# ansible.builtin.apt:
|
||||
# pkg:
|
||||
|
||||
Reference in New Issue
Block a user