Commit 7ecbff17 by Brandon DeRosier

Don't restart edxapp after updating on devstack

- when using `/edx/bin/update edx-platform (branch)`
parent ff4bcb08
......@@ -38,6 +38,10 @@ if [[ -f {{ edx_ansible_var_file }} ]]; then
extra_args="-e@{{ edx_ansible_var_file }}"
fi
{% if devstack %}
extra_args="$extra_args -e 'disable_edx_services=true'"
{% endif %}
declare -A repos_to_cmd
edx_ansible_cmd="{{ edx_ansible_venv_bin }}/ansible-playbook -i localhost, -c local --tags deploy $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