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: I9c4793daeccbb58a41910cb5cd4b8315eb7d7189
This commit is contained in:
Jesse Pretorius 2018-03-13 16:52:43 +00:00
parent 3e1b5daa0b
commit a97afd9ff7

View File

@ -50,3 +50,7 @@
src: https://git.openstack.org/openstack/openstack-ansible-os_tempest src: https://git.openstack.org/openstack/openstack-ansible-os_tempest
scm: git scm: git
version: master version: master
- name: systemd_service
src: https://github.com/cloudnull/ansible-systemd_service
scm: git
version: master