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
Raw Normal View History

2018-10-12 22:44:28 +02:00
---
- name: install office packages
apt:
name:
- evince
- evolution
2018-12-05 17:06:25 +01:00
- gedit
- gnome-calendar
2019-02-16 14:37:57 +01:00
- gnome-clocks
- gnome-contacts
- gscan2pdf
- hunspell-de-de
- hyphen-de
- ibus-gtk
2018-12-05 17:06:25 +01:00
- ibus-gtk3
- ibus-mozc
2019-02-16 14:37:57 +01:00
- ibus-qt4
- ibus-rime
- libreoffice
- libreoffice-gtk3
- libreoffice-l10n-de
- mupdf
2019-04-13 17:25:17 +02:00
- pandoc
- texlive-full
2018-10-12 22:44:28 +02:00
state: present