roles/nginx: Switch to nginx mainline (1.7)
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
3f5634110a
commit
956fbefc1a
@ -4,7 +4,7 @@
|
|||||||
tags: nginx
|
tags: nginx
|
||||||
|
|
||||||
- name: Add nginx.org stable repo
|
- 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
|
tags: nginx
|
||||||
|
|
||||||
- name: Install nginx
|
- name: Install nginx
|
||||||
|
Loading…
Reference in New Issue
Block a user