start nginx role

This commit is contained in:
les 2020-10-02 21:28:40 +02:00
parent a666b2fbdd
commit d479f747f0

View file

@ -0,0 +1,5 @@
---
- name: "Install NGINX"
apt:
name: nginx
update_cache: yes