trixie/roles/web-server/tasks/main.yml

7 lines
169 B
YAML
Raw Normal View History

2018-05-31 18:32:53 +03:00
- name: install some packages
2022-06-11 12:42:02 +02:00
apt: name={{ item }} state=latest # noqa package-latest
2018-05-31 18:32:53 +03:00
with_items:
- unattended-upgrades
- screen
- python-certbot-apache