This repository has been archived on 2020-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-laptop/roles/packages/tasks/office.yml

26 lines
456 B
YAML

---
- name: install office packages
apt:
name:
- evince
- evolution
- gedit
- gnome-calendar
- gnome-clocks
- gnome-contacts
- gscan2pdf
- hunspell-de-de
- hyphen-de
- ibus-gtk
- ibus-gtk3
- ibus-mozc
- ibus-qt4
- ibus-rime
- libreoffice
- libreoffice-gtk3
- libreoffice-l10n-de
- mupdf
- pandoc
- texlive-full
state: present