130ecf68d5
After merging dependant changes we need to release new minor version. Depends-On: https://review.opendev.org/c/openstack/ansible-config_template/+/881668 Depends-On: https://review.opendev.org/c/openstack/ansible-config_template/+/881887 Change-Id: I049c6efc0ecf1eadeb014ead184b43e2d4609141
20 lines
585 B
YAML
20 lines
585 B
YAML
---
|
|
namespace: "openstack"
|
|
description: |-
|
|
Template includes config_template module, that leverages template module and
|
|
adds override functionality to different types of config files.
|
|
name: "config_template"
|
|
version: "2.1.0"
|
|
readme: "README.rst"
|
|
authors:
|
|
- Kevin Carter <kevin.carter@rackspace.com>
|
|
- Jimmy McCrory <jimmy.mccrory@gmail.com>
|
|
- Jean-Philippe Evrard <jean-philippe.evrard@rackspace.co.uk>
|
|
- Logan V <logan2211@gmail.com>
|
|
license:
|
|
- "Apache-2.0"
|
|
tags:
|
|
- template
|
|
- config
|
|
repository: "https://opendev.org/openstack/ansible-config_template"
|