computer-playbook/client-playbook/roles/collection-office/tasks/main.yml
2023-04-18 14:42:10 +02:00

10 lines
173 B
YAML

- name: install office sofware
community.general.pacman:
name:
- chromium
- shutter
- thunderbird
- calibre
- retext
state: present