Modify nginx for Debian stretch.

This commit is contained in:
Markus 2017-09-09 11:22:43 +02:00
parent fef4ea1c13
commit c43a927779
1 changed files with 1 additions and 4 deletions

View File

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