Chandan Kumar 4a8168f57a Use usr/local/share/ansible/roles for data_files
tripleo-quickstart always look for ansible roles whether it is
installed system-wide or venv in usr/local/share/ansible/roles
path.

Change-Id: Ia0d93c500628f8c64465013ccf52df5175027dc9
2019-01-18 16:58:22 +05:30

38 lines
1.1 KiB
INI

[metadata]
name = ansible-role-python_venv_build
summary = Ansible role to manage the building of python venvs
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = https://docs.openstack.org/ansible-role-python_venv_build/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/local/share/ansible/roles/python_venv_build/defaults = defaults/*
usr/local/share/ansible/roles/python_venv_build/meta = meta/*
usr/local/share/ansible/roles/python_venv_build/tasks = tasks/*
usr/local/share/ansible/roles/python_venv_build/templates = templates/*
usr/local/share/ansible/roles/python_venv_build/handlers = handlers/*
usr/local/share/ansible/roles/python_venv_build/vars = vars/*