ansible-config_template/galaxy.yml
Dmitriy Rabotyagov 7422a0941b Move config_template to plugins/action
Unlike to the modules, ansible-galaxy tool does not respect symlinks,
which results in collection brokeness after it installation as plugin
itself is just missing there.
In the meanwhile, symlinks are respected by regular git clone which
is used for regular module retrievment.

Change-Id: I747b217e6b0706c05e5fae98bc5b89be3cbb5930
2021-11-23 20:37:39 +02:00

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: "1.2.1"
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"