37 lines
656 B
YAML
37 lines
656 B
YAML
---
|
|
- name: install office packages
|
|
apt:
|
|
name:
|
|
- evince
|
|
- evolution
|
|
- gedit
|
|
- gnome-calendar
|
|
- gnome-clocks
|
|
- gnome-contacts
|
|
- gnome-maps
|
|
- gnome-todo
|
|
- gscan2pdf
|
|
- hibiscus
|
|
- hunspell-de-de
|
|
- hyphen-de
|
|
- ibus-gtk
|
|
- ibus-gtk3
|
|
- ibus-hangul
|
|
- ibus-mozc
|
|
- ibus-rime
|
|
- ibus-table-ipa-x-sampa
|
|
- khal
|
|
- khard
|
|
- libreoffice
|
|
- libreoffice-gtk3
|
|
- libreoffice-l10n-de
|
|
- mupdf
|
|
- pandoc
|
|
- texlive-full
|
|
- vdirsyncer
|
|
- xournal
|
|
- xsane
|
|
- zathura
|
|
- zathura-cb
|
|
state: present
|