system-from-scratch/roles/cleanup/tasks/main.yml

13 lines
255 B
YAML
Raw Permalink Normal View History

2024-06-22 11:57:39 +05:00
- name: Remove some qt apps
become: true
ansible.builtin.apt:
pkg:
- plasma-desktop
- plasma-discover
- plasma-workspace
- plasma-framework
- dolphin
- plasma-systemmonitor
state: absent
autoremove: yes