
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
38 lines
1.1 KiB
INI
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/*
|