Commit 0acbcba6 by Nico van Niekerk

ENH: allowing to pass extra_vars from update script to the ansible plays being called

parent b2a4b53b
......@@ -44,6 +44,10 @@ fi
extra_args="$extra_args -e 'disable_edx_services=true' -e devstack=true"
{% endif %}
if [[ "$3" == "-e" ]]; then
extra_args="$extra_args -e ${@:3}"
fi
declare -A repos_to_cmd
edx_ansible_cmd="{{ edx_ansible_venv_bin }}/ansible-playbook -i localhost, -c local $extra_args"
......
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