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

32 lines
573 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
2019-12-29 15:47:30 +01:00
- gnome-todo
- gscan2pdf
2019-10-17 16:42:12 +02:00
- hibiscus
- hunspell-de-de
- hyphen-de
- ibus-gtk
2018-12-05 17:06:25 +01:00
- ibus-gtk3
2019-04-18 22:13:37 +02:00
- ibus-hangul
2018-12-05 17:06:25 +01:00
- ibus-mozc
2019-02-16 14:37:57 +01:00
- ibus-qt4
- ibus-rime
2019-09-02 23:05:16 +02:00
- ibus-table-ipa-x-sampa
- libreoffice
- libreoffice-gtk3
- libreoffice-l10n-de
- mupdf
2019-04-13 17:25:17 +02:00
- pandoc
- texlive-full
2019-11-22 21:43:19 +01:00
- xournal
2020-01-25 16:25:43 +01:00
- xsane
2018-10-12 22:44:28 +02:00
state: present