diff --git a/tests/playbook.yml b/tests/playbook.yml index 6f9523243bc49fbd73e1c4e3b857c58cbec82152..4d703443bd98e2ce15ebe99eb58d2a71150f2a11 100644 --- a/tests/playbook.yml +++ b/tests/playbook.yml @@ -1,11 +1,11 @@ --- - hosts: ntp-client-openbsd gather_facts: false - roles: [adarnimrod.openbsd-bootstrap] + roles: [openbsd-bootstrap] - hosts: ntp-client-xenial gather_facts: false - roles: [adarnimrod.debian-bootstrap] + roles: [debian-bootstrap] - hosts: all strategy: free diff --git a/tests/requirements.yml b/tests/requirements.yml index cdc294cd67e8c5b70eed5178580e6edde25e10bb..70716f60b9e624bc5a09442517a08667363949f4 100644 --- a/tests/requirements.yml +++ b/tests/requirements.yml @@ -1,3 +1,5 @@ --- - src: adarnimrod.openbsd-bootstrap + name: openbsd-bootstrap - src: adarnimrod.debian-bootstrap + name: debian-bootstrap