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

8 lines
135 B
YAML
Raw Normal View History

2022-08-19 21:39:23 +02:00
- name: install shutter
community.general.pacman:
name:
- chromium
- shutter
2022-08-19 22:56:11 +02:00
- thunderbird
2022-08-19 21:39:23 +02:00
state: present