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
|
- 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user