Move role data in share/ansible/roles

In order to consume os_tempest role in TripleO CI, the ansible
tries to looks for role in /usr/share/ansible/roles otherwise it
does not detect. Moving the roles data under data_files solves the
issue.

Change-Id: Id4a2adb926b0174c2b2ba6eaaadb8880b83e84af
This commit is contained in:
Chandan Kumar 2019-01-08 15:31:33 +05:30
parent dc89adb173
commit 3336218339
1 changed files with 13 additions and 0 deletions

View File

@ -12,6 +12,19 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
data_files =
share/ansible/roles/os_tempest/defaults = defaults/*
share/ansible/roles/os_tempest/meta = meta/*
share/ansible/roles/os_tempest/tasks = tasks/*
share/ansible/roles/os_tempest/templates = templates/*
share/ansible/roles/os_tempest/files = files/*
share/ansible/roles/os_tempest/vars = vars/*
[build_sphinx]
all_files = 1
build-dir = doc/build