Douglas Mendizábal e51c244f4f Use underscore instead of dash
A change was introduced to TripleO Heat Templates [1]
to expect roles to use underscores instead of dashes in
the directory name.

[1] https://review.opendev.org/#/c/713792/

Change-Id: Ie09c9d83243c510d88397e44335d2d9cb59a0b24
2020-04-29 14:58:09 -05:00

35 lines
938 B
INI

[metadata]
name = ansible-role-atos-hsm
summary = ansible-role-atos-hsm - Ansible role to configure ATOS HSM clients.
description-file =
README.rst
author = OpenStack Barbican Team
author-email = alee@redhat.com
home-page = https://opendev.org/openstack/ansible-role-atos-hsm
classifier =
License :: OSI Approved :: Apache Software License
Development Status :: 5 - Production/Stable
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/roles/atos_hsm/defaults = defaults/*
share/ansible/roles/atos_hsm/meta = meta/*
share/ansible/roles/atos_hsm/tasks = tasks/*
share/ansible/roles/atos_hsm/templates = templates/*
share/ansible/roles/atos_hsm/files = files/*
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True