Commit 1280542e by John Jarvis

addressing comment

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