Move extrapackage installation into separate role and make it more flexible

- Introduce `extra_pkgs1` - `extra_pkgs10`
- Introduce `extra_pkgs_bpo1` - `extra_pkgs_bpo10`
- Move package-list from lmn_teacherlaptop into inventory as extra_pkgs1
This commit is contained in:
Finn Hercke 2025-03-24 10:30:32 +01:00
parent 4dafbd8b85
commit c00d5566dd
8 changed files with 482 additions and 482 deletions

View file

@ -1,13 +1,4 @@
---
- name: Install additional teacherlaptop packages
ansible.builtin.apt:
name:
- plasma-discover
- nextcloud-desktop
- dolphin-nextcloud
# - krb5-auth-dialog
state: latest # noqa package-latest
- name: Copy polkit rule to allow install packages by role-teacher
ansible.builtin.copy:
src: "{{ item }}"