ansible-role-requirements: Use systemd_service role from openstack namespace

In order to ensure that the updated role is used for tests,
we adjust the a-r-r file to pull from the correct repo.

Change-Id: I24a680c8a3a7fd145a6590d83489a47f276eb648
This commit is contained in:
Jesse Pretorius 2018-03-25 16:22:28 +01:00
parent 17439c210c
commit 3bdf8ba232

View File

@ -47,6 +47,6 @@
scm: git scm: git
version: master version: master
- name: systemd_service - name: systemd_service
src: https://github.com/cloudnull/ansible-systemd_service src: https://git.openstack.org/openstack/ansible-role-systemd_service
scm: git scm: git
version: master version: master