ansible/changelogs/fragments/ansible-test-integration-temp-dir.yml
Matt Clay 4c79f1ec4d Fix ansible-test integration temp dir location.
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.
2019-10-07 13:12:59 -07:00

3 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