Fix collection path

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
This commit is contained in:
Alex Schultz 2020-01-07 16:57:51 -07:00
parent e91706d24f
commit 20f680f6b8
1 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@ setup-hooks =
[files]
data_files =
share/ansible/collections/tripleo/operator/ = galaxy.yml
share/ansible/collections/tripleo/operator/ = README.md
share/ansible/collections/tripleo/operator/roles/ = roles/*
share/ansible/collections/tripleo/operator/plugins/ = plugins/*
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