openstack-ansible-plugins/releasenotes/notes/config-template-move-a0f08aff8e54f62f.yaml
Jesse Pretorius b28590f5bd Remove the config_template module
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.

As part of this, we now need to remove the environment settings given
to ansible so that the common tests repo settings in ansible.cfg take
effect.

Related-Bug: 1791258
Depends-On: https://review.openstack.org/635841
Change-Id: I3a7d8c0c248febc4223029e076062ca68312b104
2019-02-11 16:43:57 +00:00

8 lines
261 B
YAML

---
other:
- |
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.