ansible-config_template/setup.cfg
Chandan Kumar 113505f983 Use usr/share/ansible/plugins for data_files
tripleo-quickstart[1] always look for ansible modules
whether it is installed system-wide or venv in
usr/share/ansible path.

Change-Id: Iec43dd809dedc6540643a4dc69a83cb8f6051f16
2019-01-17 10:39:41 +00:00

34 lines
743 B
INI

[metadata]
name = ansible-config_template
summary = Config Template plugin for Ansible
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = https://docs.openstack.org/ansible-config_template/latest/
classifier =
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[pbr]
warnerrors = True
[wheel]
universal = 1
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
data_files =
usr/share/ansible/plugins/action = action/*
usr/share/ansible/plugins/modules = library/*