mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 20:55:41 +07:00
9 lines
182 B
YAML
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 |