We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b3428 commit 8da28e9Copy full SHA for 8da28e9
vagrant/release/devstack/Vagrantfile
@@ -35,6 +35,7 @@ else
35
CONFIG_VER="master"
36
fi
37
38
+ansible-playbook -i localhost, -c local run-role.yml -e role=edx_ansible -e configuration_version=$CONFIG_VER $EXTRA_VARS
39
ansible-playbook -i localhost, -c local vagrant-devstack.yml -e configuration_version=$CONFIG_VER $EXTRA_VARS
40
41
SCRIPT
0 commit comments