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: I1ec9d02e1772a38a71991ab2706b83fb465c1477
This commit is contained in:
Jesse Pretorius 2018-03-13 16:49:44 +00:00 committed by Jimmy McCrory
parent 5a4755ed11
commit ea207b1473
1 changed files with 5 additions and 1 deletions

View File

@ -41,4 +41,8 @@
- name: openstack_openrc
src: https://git.openstack.org/openstack/openstack-ansible-openstack_openrc
scm: git
version: master
version: master
- name: systemd_service
src: https://github.com/cloudnull/ansible-systemd_service
scm: git
version: master