Switch to nginx-light.

This commit is contained in:
Markus 2017-03-01 09:33:49 +01:00
parent 2978ef8177
commit 1b587c0eec
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
apt_repository: repo='deb http://httpredir.debian.org/debian jessie-backports main' state=present
- name: Install nginx
apt: name=nginx default_release=jessie-backports state=latest
apt: name=nginx-light default_release=jessie-backports state=latest
- name: Create certificate directory
file: path=/etc/nginx/ssl state=directory mode=0750