diff --git a/tests/playbook.yml b/tests/playbook.yml
index ff1e51594503565984567aec58e2b7accb4f5fc4..fd0fa444884a11b88f1f10304cd1c519a3963a77 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]