]> git.somenet.org - root/pub/somesible.git/blob - roles/workstation/kde/tasks/main.yml
roles/workstation/kde/tasks
[root/pub/somesible.git] / roles / workstation / kde / tasks / main.yml
1 #####################################
2 ### someone's ansible provisioner ###
3 #####################################
4 # Part of: https://git.somenet.org/root/pub/somesible.git
5 # 2017-2025 by someone <someone@somenet.org>
6 #
7 ---
8 - name: install kde packages
9   apt:
10     pkg:
11     - ark
12     - bluedevil
13     - dolphin
14     - gwenview
15     - kde-config-gtk-style
16     - kde-config-screenlocker
17     - kde-config-sddm
18     - kde-spectacle
19     - kde-style-oxygen-qt6
20     - kgamma
21     - kio-fuse
22     - konsole
23     - kscreen
24     - kwalletmanager
25     - kwrite
26     - okular
27     - pdftk-java
28     - plasma-desktop
29     - plasma-nm
30     - plasma-pa
31     - plasma-thunderbolt
32     - plasma-workspace
33     - polkit-kde-agent-1
34     - powerdevil
35     - print-manager
36     - sddm
37     - sddm-theme-elarun
38     - skanlite
39     - skanpage
40     - tesseract-ocr
41     - upower
42     state: present
43     policy_rc_d: 101
44   tags: "online"