Commit 863b31d0 by Brandon DeRosier

Run update commands with devstack=true on devstacks

parent cbfc9a39
...@@ -39,7 +39,7 @@ if [[ -f {{ edx_ansible_var_file }} ]]; then ...@@ -39,7 +39,7 @@ if [[ -f {{ edx_ansible_var_file }} ]]; then
fi fi
{% if devstack %} {% if devstack %}
extra_args="$extra_args -e 'disable_edx_services=true'" extra_args="$extra_args -e 'disable_edx_services=true' -e devstack=true"
{% endif %} {% endif %}
declare -A repos_to_cmd declare -A repos_to_cmd
......
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