Added option to use 'development' ppa
This commit is contained in:
parent
9de2a2631c
commit
c91377897a
@ -26,7 +26,7 @@ nginx_ppa_repo:
|
||||
- name: deb http://nginx.org/packages/mainline/ubuntu/ {{ grains['oscodename'] }} nginx
|
||||
- key_url: http://nginx.org/keys/nginx_signing.key
|
||||
{%- else %}
|
||||
- name: deb http://ppa.launchpad.net/nginx/stable/ubuntu {{ grains['oscodename'] }} main
|
||||
- name: deb http://ppa.launchpad.net/nginx/{{ nginx.ppa_version }}/ubuntu {{ grains['oscodename'] }} main
|
||||
- keyid: C300EE8C
|
||||
- keyserver: keyserver.ubuntu.com
|
||||
{%- endif %}
|
||||
|
@ -23,7 +23,7 @@ nginx:
|
||||
ng:
|
||||
# PPA installing
|
||||
install_from_ppa: True
|
||||
# Set to 'mainline' for edge nginx builds
|
||||
# Set to 'mainline' for edge nginx builds, 'development' for ubuntu's dev - beware, mainline has no 'full' build
|
||||
ppa_version: 'stable'
|
||||
|
||||
# These are usually set by grains in map.jinja
|
||||
|
Loading…
Reference in New Issue
Block a user