From 61ee4d35ec12c3ae45bd938102f9fd00a20ab531 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 22 Nov 2016 21:53:48 +0200
Subject: [PATCH] - Correct name of roles.

---
 tests/playbook.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/playbook.yml b/tests/playbook.yml
index ff1e515..fd0fa44 100644
--- a/tests/playbook.yml
+++ b/tests/playbook.yml
@@ -1,11 +1,11 @@
 ---
 - hosts: ansible-role-python27-openbsd*
   gather_facts: False
-  roles: [ansible-role-openbsd-bootstrap]
+  roles: [openbsd_bootstrap]
 
 - hosts: ansible-role-python27-xenial
   gather_facts: False
-  roles: [ansible-role-debian-bootstrap]
+  roles: [debian_bootstrap]
 
 - hosts: all
   roles: [ansible-role-python27]
-- 
GitLab