Commit 0f4bdfa4 by Max Rothman

Make nginx apt repo overrideable

parent 2b2c1d21
......@@ -47,7 +47,7 @@ NGINX_SERVER_HTML_FILES:
img: "{{ NGINX_SERVER_ERROR_IMG }}"
heading: 'Uh oh, we are having some server issues..'
NGINX_APT_REPO: deb http://nginx.org/packages/ubuntu/ {{ ansible_distribution_release }} nginx
nginx_app_dir: "{{ COMMON_APP_DIR }}/nginx"
......
......@@ -52,7 +52,7 @@
- name: Add nginx repository
apt_repository:
repo: deb http://nginx.org/packages/ubuntu/ {{ ansible_distribution_release }} nginx
repo: "{{ NGINX_APT_REPO }}"
state: present
notify: restart nginx
tags:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment