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:
@@ -21,10 +21,10 @@ setup-hooks =
|
|||||||
|
|
||||||
[files]
|
[files]
|
||||||
data_files =
|
data_files =
|
||||||
share/ansible/collections/tripleo/operator/ = galaxy.yml
|
share/ansible/collections/ansible_collections/tripleo/operator/ = galaxy.yml
|
||||||
share/ansible/collections/tripleo/operator/ = README.md
|
share/ansible/collections/ansible_collections/tripleo/operator/ = README.md
|
||||||
share/ansible/collections/tripleo/operator/roles/ = roles/*
|
share/ansible/collections/ansible_collections/tripleo/operator/roles/ = roles/*
|
||||||
share/ansible/collections/tripleo/operator/plugins/ = plugins/*
|
share/ansible/collections/ansible_collections/tripleo/operator/plugins/ = plugins/*
|
||||||
|
|
||||||
[wheel]
|
[wheel]
|
||||||
universal = 1
|
universal = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user