Commit 1280542e by John Jarvis

addressing comment

parent bbb5acaf
......@@ -42,13 +42,12 @@ if [[ ! -f $BOTO_CONFIG ]]; then
fi
extra_vars_file="/var/tmp/extra-vars-$$.yml"
extra_var_arg="-e@${extra_vars_file}"
if [[ $edx_internal == "true" ]]; then
extra_var_arg="-e@${extra_vars_file} -e@${WORKSPACE}/configuration-secure/ansible/vars/developer-sandbox.yml"
else
# if this is a public server do not include
# if this is a an edx server include
# the secret var file
extra_var_arg="-e@${extra_vars_file}"
extra_var_arg="-e@${extra_vars_file} -e@${WORKSPACE}/configuration-secure/ansible/vars/developer-sandbox.yml"
fi
if [[ -z $region ]]; then
......
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