This commit is contained in:
Markus 2017-07-11 17:48:05 +02:00
parent a0ef587a41
commit 10e9ed9fd6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
- name: Install nginx
apt: name=nginx-light state=latest
apt: name=nginx-light
- name: Create certificate directory
file: path=/etc/nginx/ssl state=directory mode=0750