18 lines
318 B
YAML
18 lines
318 B
YAML
---
|
|
- name: install office packages
|
|
apt:
|
|
name:
|
|
- evince
|
|
- evolution
|
|
- gnome-calendar
|
|
- gnome-contacts
|
|
- gscan2pdf
|
|
- hunspell-de-de
|
|
- hyphen-de
|
|
- libreoffice
|
|
- libreoffice-gtk3
|
|
- libreoffice-l10n-de
|
|
- mupdf
|
|
- texlive-full
|
|
state: present
|