ansible-role to install additional packages added

This commit is contained in:
Raphael Dannecker 2023-05-20 14:45:41 +02:00
parent a0fad9b45a
commit f8e993154d
2 changed files with 11 additions and 0 deletions

View file

@ -45,6 +45,7 @@
- kde
- lmn_kde
- lmn_vm
- lmn_packages
- kerberize
tasks:

View file

@ -0,0 +1,10 @@
---
- name: install additional packages
apt:
name:
- ttf-mscorefonts-installer
- sqlite3
- sqlitebrowser
state: latest
autoremove: true