9 lines
123 B
YAML
9 lines
123 B
YAML
|
---
|
||
|
- name: install web packages
|
||
|
apt:
|
||
|
name: "{{ item }}"
|
||
|
state: present
|
||
|
with_items:
|
||
|
- aria2
|
||
|
- chromium
|