1
0
mirror of https://gitlab.com/dbrw/ansible-setup.git synced 2025-08-04 20:55:41 +07:00
ansible-setup/roles/common/tasks/kde.yml
2022-06-29 17:19:22 +07:00

9 lines
182 B
YAML

- name: install KDE and KDE apps
community.general.pacman:
name:
- plasma-meta
- kde-applications-meta
- sddm-kcm
- clementine
- audacious
state: present