2462fa4820
The config_template action module has now been moved into its own git repository (openstack/ansible-config_template). This has been done to simplify the ability to use the plugin in other non OpenStack-Ansible projects. This implements the changes necessary to ensure that all role tests now make use of the new git repository, rather than the old location in the openstack-ansible-plugins repository. The config_template repo is placed first in the list of library/action plugin locations to use to ensure that any other version of the plugin (eg: ceph) is not used. Related-Bug: 1791258 Change-Id: Ia8030424eabecef3c5217907757d921f45e329f8
26 lines
758 B
YAML
26 lines
758 B
YAML
---
|
|
- name: config_template
|
|
scm: git
|
|
src: https://git.openstack.org/openstack/ansible-config_template
|
|
version: master
|
|
- name: openstack_openrc
|
|
scm: git
|
|
src: https://git.openstack.org/openstack/openstack-ansible-openstack_openrc
|
|
version: master
|
|
- name: python_venv_build
|
|
src: https://git.openstack.org/openstack/ansible-role-python_venv_build
|
|
scm: git
|
|
version: master
|
|
- name: systemd_mount
|
|
src: https://git.openstack.org/openstack/ansible-role-systemd_mount
|
|
scm: git
|
|
version: master
|
|
- name: systemd_networkd
|
|
src: https://git.openstack.org/openstack/ansible-role-systemd_networkd
|
|
scm: git
|
|
version: master
|
|
- name: systemd_service
|
|
src: https://git.openstack.org/openstack/ansible-role-systemd_service
|
|
scm: git
|
|
version: master
|