From 46ba6ecdfd08efab49c66664723e1d88b8a87166 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 11 Dec 2016 23:07:21 +0200
Subject: [PATCH] - Enable free Ansible strategy to allow each host to proceed
 as fast as it can to help speed up some plays.

---
 tests/playbook.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/playbook.yml b/tests/playbook.yml
index 740afed..10a6fd4 100644
--- a/tests/playbook.yml
+++ b/tests/playbook.yml
@@ -8,5 +8,6 @@
   roles: [adarnimrod.debian-bootstrap]
 
 - hosts: all
+  strategy: free
   roles:
     - role: example
-- 
GitLab