forked from infra/ansible
Switch to nginx-light.
This commit is contained in:
parent
2978ef8177
commit
1b587c0eec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user