7 lines
147 B
YAML
7 lines
147 B
YAML
|
- name: install some packages
|
||
|
apt: name={{ item }} state=latest
|
||
|
with_items:
|
||
|
- unattended-upgrades
|
||
|
- screen
|
||
|
- python-certbot-apache
|