mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 23:55:41 +07:00
7 lines
108 B
YAML
7 lines
108 B
YAML
- name: install term browsers
|
|
community.general.pacman:
|
|
name:
|
|
- w3m
|
|
- elinks
|
|
state: present
|