4c79f1ec4d
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.
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
|