Commit 56a6f024 by Joe Blaylock

Pathing fixup

Set carnegie local relative to carnegie secure, so we have to get the
prefixes right once only.
parent 4b2ce509
...@@ -12,7 +12,8 @@ ...@@ -12,7 +12,8 @@
secure_dir: '../../../edx-secret/ansible' secure_dir: '../../../edx-secret/ansible'
# this indicates the path to site-specific (with precedence) # this indicates the path to site-specific (with precedence)
# things like nginx template files # things like nginx template files
local_dir: '../../../../../../edx-secret/ansible/local' #local_dir: '../../../edx-secret/ansible/local'
local_dir: "{{secure_dir}}/local"
not_prod: true not_prod: true
vars_files: vars_files:
- "{{ secure_dir }}/vars/edxapp_carnegie_vars.yml" - "{{ secure_dir }}/vars/edxapp_carnegie_vars.yml"
......
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