Added role nginx

This commit is contained in:
2025-11-18 13:15:10 +01:00
parent e5a828fcc3
commit cbe9bfefa4

View File

@@ -1,10 +1,5 @@
# tasks file for nginx
---
- name: install tools
apt: name={{item}} state=present update_cache=yes
with_items:
- python-httplib2
- name: install nginx
apt: name=nginx state=present update_cache=yes