From ce2166134f6ad09187e73410285a614a2e2078f7 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 23 Nov 2016 19:25:23 +0200 Subject: [PATCH] - Correct requirements.yml for testing (forgot to mention owner). --- tests/playbook.yml | 4 ++-- tests/requirements.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/playbook.yml b/tests/playbook.yml index a0afd5e..96e7061 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 1eeb2ae..cdc294c 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 -- GitLab