Commit 201060cc by David Baumgold

Merge pull request #2124 from edx/db/remove-tag-deploy

Remove --tags=deploy when calling ansible-playbook for devstack
parents d81f4c8f 791ac443
......@@ -35,7 +35,7 @@ else
CONFIG_VER="release"
fi
ansible-playbook -i localhost, -c local vagrant-devstack.yml --tags=deploy -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