mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 17:55:41 +07:00
6 lines
97 B
YAML
6 lines
97 B
YAML
- name: install Chromium
|
|
community.general.pacman:
|
|
name:
|
|
- chromium
|
|
state: present
|