From e0f301da6a2ba9a17c217703db3d15062697154f Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 15 Dec 2016 18:25:17 +0200 Subject: [PATCH] - Removed owner prefix from for easier development. --- tests/playbook.yml | 4 ++-- tests/requirements.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/playbook.yml b/tests/playbook.yml index 10a6fd4..aa08159 100644 --- a/tests/playbook.yml +++ b/tests/playbook.yml @@ -1,11 +1,11 @@ --- - hosts: example-openbsd gather_facts: false - roles: [adarnimrod.openbsd-bootstrap] + roles: [openbsd-bootstrap] - hosts: example-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 cdc294c..70716f6 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 -- GitLab