1
0
mirror of https://gitlab.com/dbrw/ansible-setup.git synced 2025-08-04 23:15:41 +07:00
ansible-setup/roles/common/tasks/chromium.yml
2022-06-29 17:19:22 +07:00

6 lines
97 B
YAML

- name: install Chromium
community.general.pacman:
name:
- chromium
state: present