roles/nginx: Switch to nginx mainline (1.7)

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2014-11-07 01:02:44 +03:00
parent 3f5634110a
commit 956fbefc1a

View File

@ -4,7 +4,7 @@
tags: nginx
- name: Add nginx.org stable repo
apt_repository: repo="deb http://nginx.org/packages/ubuntu/ {{ ansible_distribution_release }} nginx" state=present
apt_repository: repo="deb http://nginx.org/packages/mainline/ubuntu/ {{ ansible_distribution_release }} nginx" state=present
tags: nginx
- name: Install nginx