Commit 6248ef66 by Carson Gee

Switched provision script to use deploy tags

parent e3f0a13a
......@@ -16,7 +16,7 @@ cd /edx/app/edx_ansible/edx_ansible/playbooks
# this can cause problems (e.g. looking for templates that no longer exist).
/edx/bin/update configuration master
ansible-playbook -i localhost, -c local vagrant-devstack.yml
ansible-playbook -i localhost, -c local vagrant-devstack.yml --tags=deploy
SCRIPT
edx_platform_mount_dir = "edx-platform"
......@@ -57,6 +57,6 @@ Vagrant.configure("2") do |config|
# Assume that the base box has the edx_ansible role installed
# We can then tell the Vagrant instance to update itself.
# config.vm.provision "shell", inline: $script
config.vm.provision "shell", inline: $script
end
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