From 2e7a4a6a3ffa491b7ed2cae20589e721542f6090 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 13 Mar 2018 16:53:26 +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: I9be72f6285bdf5820371e9593d5fde3f787377dc --- 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 aec99d93..317ebe87 100644 --- a/tests/ansible-role-requirements.yml +++ b/tests/ansible-role-requirements.yml @@ -46,3 +46,7 @@ src: https://git.openstack.org/openstack/openstack-ansible-os_tempest scm: git version: master +- name: systemd_service + src: https://github.com/cloudnull/ansible-systemd_service + scm: git + version: master