From bca3d2ea2e2eb94f568d04359e00f0e7db172909 Mon Sep 17 00:00:00 2001 From: Someone Date: Tue, 19 Aug 2025 13:34:06 +0200 Subject: [PATCH] roles/workstation/common/tasks --- roles/workstation/common/tasks/main.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/roles/workstation/common/tasks/main.yml b/roles/workstation/common/tasks/main.yml index 569a30e..d8163d0 100644 --- a/roles/workstation/common/tasks/main.yml +++ b/roles/workstation/common/tasks/main.yml @@ -5,9 +5,21 @@ # 2017-2025 by someone # --- -- name: install commoon workstation packages +- name: install common workstation packages apt: pkg: + - chromium + - cups + - hpijs-ppds + - hplip + - keepassxc + - laptop-detect + - libnotify-bin + - libreoffice + - pdftk-java + - rfkill + - smplayer + - udisks2 - vlc - yt-dlp state: present -- 2.47.2