diff --git a/tests/playbook.yml b/tests/playbook.yml
index a0afd5ea6eef609565b54f0b880ab98afdc63665..96e70610e41f9000d6723c2be767189246fec2c0 100644
--- a/tests/playbook.yml
+++ b/tests/playbook.yml
@@ -1,11 +1,11 @@
 ---
 - hosts: example-openbsd
   gather_facts: false
-  roles: [openbsd_bootstrap]
+  roles: [adarnimrod.openbsd-bootstrap]
 
 - hosts: example-ubuntu
   gather_facts: false
-  roles: [debian_bootstrap]
+  roles: [adarnimrod.debian-bootstrap]
 
 - hosts: all
   roles:
diff --git a/tests/requirements.yml b/tests/requirements.yml
index 1eeb2ae811b1d8d19e3f50a454fb4b5603008512..cdc294cd67e8c5b70eed5178580e6edde25e10bb 100644
--- a/tests/requirements.yml
+++ b/tests/requirements.yml
@@ -1,3 +1,3 @@
 ---
-- role: openbsd-bootstrap
-- role: debian-bootstrap
+- src: adarnimrod.openbsd-bootstrap
+- src: adarnimrod.debian-bootstrap