9 lines
122 B
YAML
9 lines
122 B
YAML
---
|
|
- name: install web packages
|
|
apt:
|
|
name:
|
|
- aria2
|
|
- chromium
|
|
- chromium-l10n
|
|
state: present
|