computer-playbook/roles/collection-office/tasks/main.yml

10 lines
173 B
YAML
Raw Normal View History

2023-03-24 11:14:27 +01:00
- name: install office sofware
2022-08-19 21:39:23 +02:00
community.general.pacman:
name:
- chromium
- shutter
2022-08-19 22:56:11 +02:00
- thunderbird
2023-03-24 11:14:27 +01:00
- calibre
- retext
2022-08-19 21:39:23 +02:00
state: present