From a8af6e00b7b29f0087a05f162473d74804c384d2 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 17 Nov 2016 00:55:03 +0200 Subject: [PATCH] - Removed warning on deprecated format. --- tests/requirements.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/requirements.yml b/tests/requirements.yml index 06c6a6b..8b9b2bc 100644 --- a/tests/requirements.yml +++ b/tests/requirements.yml @@ -1,7 +1,7 @@ --- - src: https://www.shore.co.il/git/ansible-role-openbsd-bootstrap scm: git - role: openbsd_bootstrap + name: openbsd_bootstrap - src: https://www.shore.co.il/git/ansible-role-debian-bootstrap scm: git - role: debian_bootstrap + name: debian_bootstrap -- GitLab