Commit d25dbcb7 by John Jarvis

Merge pull request #1204 from edx/jarv/migrate-typo

fixing extra_var_args
parents e50972d5 68aebce6
......@@ -30,7 +30,7 @@ pip install --exists-action w -r requirements/edx/local.txt
cd $WORKSPACE/configuration/playbooks/edx-east
if [[ -f ${WORKSPACE}/configuration-secure/ansible/vars/${environment}.yml ]]; then
extra_var_args+=" -e@${WORKSPACE}/configuration-secure/ansible/vars/${deployment}.yml"
extra_var_args+=" -e@${WORKSPACE}/configuration-secure/ansible/vars/${environment}.yml"
fi
if [[ $db_dry_run=="false" ]]; 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