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

14 lines
226 B
YAML
Raw Normal View History

2018-10-12 22:44:28 +02:00
---
- name: install office packages
apt:
name: "{{ item }}"
state: present
with_items:
- evince
- gscan2pdf
- libreoffice
- libreoffice-gtk3
- libreoffice-l10n-de
- mupdf
- texlive-full