8 lines
100 B
YAML
8 lines
100 B
YAML
---
|
|
- name: install web packages
|
|
apt:
|
|
name:
|
|
- aria2
|
|
- chromium
|
|
state: present
|