trixie/roles/lmn_packages/tasks/main.yml

15 lines
300 B
YAML
Raw Normal View History

---
- name: install additional packages
apt:
name:
- ttf-mscorefonts-installer
- sqlite3
- sqlitebrowser
state: latest
autoremove: true
2023-07-04 10:43:24 +02:00
environment:
http_proxy: http://firewall.pn.steinbeis.schule:3128
https_proxy: http://firewall.pn.steinbeis.schule:3128