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: I61ee17f7e00e4a5bab5b6b44beb8ea92a93a8058
This commit is contained in:
Douglas Mendizábal 2020-04-29 15:26:54 -05:00
parent 11ecf2f1d2
commit 99b3d398e8
1 changed files with 5 additions and 5 deletions

View File

@ -20,11 +20,11 @@ setup-hooks =
[files]
data_files =
share/ansible/roles/thales-hsm/defaults = defaults/*
share/ansible/roles/thales-hsm/meta = meta/*
share/ansible/roles/thales-hsm/tasks = tasks/*
share/ansible/roles/thales-hsm/templates = templates/*
share/ansible/roles/thales-hsm/files = files/*
share/ansible/roles/thales_hsm/defaults = defaults/*
share/ansible/roles/thales_hsm/meta = meta/*
share/ansible/roles/thales_hsm/tasks = tasks/*
share/ansible/roles/thales_hsm/templates = templates/*
share/ansible/roles/thales_hsm/files = files/*
[wheel]
universal = 1