From a9147961e87bafe970fe95b855d1952cd64b4249 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 13 Nov 2015 20:57:01 +0200 Subject: [PATCH] Enable parallel provisioning. --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 8640dd2..68b3cc4 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -9,6 +9,7 @@ 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 -- GitLab