Commit e59e342e by Feanil Patel

Merge pull request #2478 from edx/feanil/devstack_bug

Run the version of ansible set by CONFIG_VER
parents 90e56366 4e3b79ec
......@@ -35,6 +35,7 @@ else
CONFIG_VER="master"
fi
ansible-playbook -i localhost, -c local run_role.yml -e role=edx_ansible -e configuration_version=$CONFIG_VER $EXTRA_VARS
ansible-playbook -i localhost, -c local vagrant-devstack.yml -e configuration_version=$CONFIG_VER $EXTRA_VARS
SCRIPT
......
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