Skip to content

Commit 8da28e9

Browse files
committed
Run the version of ansible set by CONFIG_VER
First we update ansible then we run the playbook for the devstack.
1 parent 99b3428 commit 8da28e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vagrant/release/devstack/Vagrantfile

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ else
3535
CONFIG_VER="master"
3636
fi
3737
38+
ansible-playbook -i localhost, -c local run-role.yml -e role=edx_ansible -e configuration_version=$CONFIG_VER $EXTRA_VARS
3839
ansible-playbook -i localhost, -c local vagrant-devstack.yml -e configuration_version=$CONFIG_VER $EXTRA_VARS
3940
4041
SCRIPT

0 commit comments

Comments
 (0)