Skip to content
Snippets Groups Projects
Commit 72c46c75 authored by nimrod's avatar nimrod
Browse files

Don't run Ansible provision on all boxes because it's still run once for each machine.

parent 21ecbc54
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ Vagrant.configure(2) do |config|
ansible.sudo = true
ansible.playbook = "site.yml"
ansible.verbose = "v"
ansible.limit = 'all'
end
if Vagrant.has_plugin?("landrush")
config.landrush.enabled = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment