mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 13:15:43 +07:00
13 lines
230 B
YAML
13 lines
230 B
YAML
---
|
|
- name: install brwoser(s)
|
|
community.general.pacman:
|
|
name:
|
|
- qutebrowser
|
|
- chromium
|
|
- pdfjs
|
|
- python-setuptools
|
|
- python-pygments
|
|
- python-adblock
|
|
- gst-libav
|
|
state: present
|