From 87d5a9227395e25a0968d329841080b8215665c4 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 15 Dec 2016 13:56:29 +0200
Subject: [PATCH] - Run each container by itself, one by one to avoid 2 Systemd
 containers colliding.

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

diff --git a/tests/playbook.yml b/tests/playbook.yml
index c036ee9..3c206eb 100644
--- a/tests/playbook.yml
+++ b/tests/playbook.yml
@@ -29,7 +29,7 @@
             state: started
 
 - hosts: all
-  strategy: free
+  serial: 1
   roles:
     - role: adarnimrod.nginx
     - role: pelican-gitreceive
-- 
GitLab