niuke 2a59c043ed setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I74130dab437c7ec7333d19bf2efc6f9b6095a0ff
2023-05-04 09:22:37 +08:00
2023-03-16 14:46:46 +00:00
2019-04-19 19:49:22 +00:00
2021-11-23 20:37:39 +02:00
2022-06-15 11:00:44 +00:00
2016-02-01 16:47:07 +00:00
2016-09-28 12:04:13 +01:00
2022-04-04 12:55:10 +00:00
2023-03-16 11:09:29 +09:00

Team and repository tags

image

OpenStack-Ansible config_template

This module is an ansible plugin that extends regular template functionality with the ability to override items in config, in transit, through the use of a simple dictionary without having to write out various temp files on target machines.

WARNING

Installation from PyPI or as a Python module is deprecated and will be removed in future releases. Please, use ansible-galaxy to install the collection.

More infromation about the project

Documentation for the project can be found at:

https://docs.openstack.org/ansible-config_template/latest/

Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/ansible-config_template/

The project source code repository is located at:

https://opendev.org/openstack/ansible-config_template/

The project home is at:

https://launchpad.net/openstack-ansible

The project bug tracker is located at:

https://bugs.launchpad.net/openstack-ansible

Description
Ansible action plugin to template arbitrary json ini yaml data
Readme 1.6 MiB
Languages
Python 100%