Commit 92649b42 by Bilal

Addressing Ed's comments

parent 13dc7607
......@@ -11,7 +11,7 @@ NGINX_EDXAPP_EXTRA_CONFIGS: []
NGINX_EDXAPP_CUSTOM_REDIRECTS: {}
# Override these vars for adding user to nginx.htpasswd
nginxusers:
NGINXUSERS:
- name: "{{ COMMON_HTPASSWD_USER }}"
password: "{{ COMMON_HTPASSWD_PASS }}"
state: present
......
......@@ -231,7 +231,7 @@
tags:
- install
- install:configuration
with_items: nginxusers
with_items: NGINXUSERS
- name: Create nginx log file location (just in case)
file: >
......
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