Commit 92649b42 by Bilal

Addressing Ed's comments

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