The collection path in ansible looks for a folder called ansible_collections. We need to ensure the collection is installed in the correct place. Change-Id: I3297a25dd5850963b58a088ce9fa97e5b5e69cad
35 lines
999 B
INI
35 lines
999 B
INI
[metadata]
|
|
name = tripleo-operator-ansible
|
|
summary = Operator ansible assets for the TripleO project.
|
|
description-file =
|
|
README.md
|
|
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://opendev.org/openstack/tripleo-ansible
|
|
classifier =
|
|
License :: OSI Approved :: Apache Software License
|
|
Development Status :: 4 - Beta
|
|
Intended Audience :: Developers
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Information Technology
|
|
Topic :: Utilities
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
data_files =
|
|
share/ansible/collections/ansible_collections/tripleo/operator/ = galaxy.yml
|
|
share/ansible/collections/ansible_collections/tripleo/operator/ = README.md
|
|
share/ansible/collections/ansible_collections/tripleo/operator/roles/ = roles/*
|
|
share/ansible/collections/ansible_collections/tripleo/operator/plugins/ = plugins/*
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
skip_authors = True
|
|
skip_changelog = True
|