24e64d1ba1
Previously the temporary directory used to run integration tests resided under the user's home directory. This prevented ansible-playbook from detecting the default collection when running tests.
Now the temporary directory is created within the collection to facilitate default collection detection.
(cherry picked from commit 4c79f1ec4d
)
Co-authored-by: Matt Clay <matt@mystile.com>
2 lines
167 B
YAML
2 lines
167 B
YAML
bugfixes:
|
|
- ansible-test now creates its integration test temporary directory within the collection so ansible-playbook can properly detect the default collection
|