From f39795f7e57a8213d5b9f72f2da25b9175c03d4a Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 13 Mar 2018 16:51:33 +0000 Subject: [PATCH] ansible-role-requirements: Add common systemd_service role In order to allow tests to work with https://review.openstack.org/551028 merged, add the role to the a-r-r file. Change-Id: I5d00e83122b40220ff07f046aeb87e2066093b94 --- tests/ansible-role-requirements.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/ansible-role-requirements.yml b/tests/ansible-role-requirements.yml index 7db6fd70..fdf14263 100644 --- a/tests/ansible-role-requirements.yml +++ b/tests/ansible-role-requirements.yml @@ -74,3 +74,7 @@ scm: git src: https://github.com/opendaylight/integration-packaging-ansible-opendaylight version: master +- name: systemd_service + src: https://github.com/cloudnull/ansible-systemd_service + scm: git + version: master