From 2ef3004824f92b397eb0454afc0c99ce846438bb Mon Sep 17 00:00:00 2001 From: Someone Date: Tue, 19 Aug 2025 13:57:45 +0200 Subject: [PATCH] roles/workstation/kde-full/tasks --- roles/workstation/kde-full/tasks/main.yml | 67 +---------------------- 1 file changed, 1 insertion(+), 66 deletions(-) diff --git a/roles/workstation/kde-full/tasks/main.yml b/roles/workstation/kde-full/tasks/main.yml index 9e7d8ce..3b018e6 100644 --- a/roles/workstation/kde-full/tasks/main.yml +++ b/roles/workstation/kde-full/tasks/main.yml @@ -5,89 +5,24 @@ # 2017-2025 by someone # --- -- name: install kde packages +- name: install additional kde packages apt: pkg: - akonadi-backend-sqlite - akonadiconsole - akregator - - ark - - bluedevil - - bluedevil - - bluetooth - - bluez-cups - - bluez-firmware - - bluez-meshd - - bluez-obexd - - bluez-tools - - chromium - - cups - - dolphin - - gwenview - - hpijs-ppds - - hplip - kaddressbook - kcalc - - kde-config-screenlocker - - kde-config-sddm - - kde-spectacle - - kde-style-oxygen-qt5 - kdegraphics-thumbnailers - kdepim - - kdialog - - keepassxc - - khotkeys - kmail - knotes - - konsole - kontact - korganizer - - kscreen - - kscreen - - kwalletmanager - - kwin-x11 - - kwrite - - laptop-detect - - libnotify-bin - - libreoffice - - libreoffice-sdbc-firebird - - libreoffice-sdbc-hsqldb - - network-manager - - okular - - pdftk - plasma-dataengines-addons - - plasma-desktop - - plasma-nm - - plasma-pa - plasma-runners-addons - - plasma-thunderbolt - plasma-wallpapers-addons - plasma-widgets-addons - - plasma-workspace - - polkit-kde-agent-1 - - powerdevil - - powertop - - print-manager - - printer-driver-gutenprint - - printer-driver-hpcups - - printer-driver-hpijs - - rfkill - - sddm - - sddm-theme-elarun - - skanlite - - skanpage - - smplayer - - sweeper - - tesseract-ocr - - udisks2 - - upower - - wireless-tools - - x11vnc - - xdg-utils - - xorg - - xserver-xorg-input-all - - xserver-xorg-video-all - state: present policy_rc_d: 101 tags: "online" -- 2.47.2