From 6f1efe8d271d2fb114d8f1822a4742cda2f61f9e Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 13 Mar 2018 16:51:49 +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: Ic314ff76c23cc7f2e56aec4414a950c99756109f --- 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 ddaa3ae..3e5deb5 100644 --- a/tests/ansible-role-requirements.yml +++ b/tests/ansible-role-requirements.yml @@ -42,3 +42,7 @@ src: https://git.openstack.org/openstack/openstack-ansible-os_keystone scm: git version: master +- name: systemd_service + src: https://github.com/cloudnull/ansible-systemd_service + scm: git + version: master