mirror of https://github.com/ansible/ansible.git
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.pull/63114/head
parent
32979430d0
commit
4c79f1ec4d
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- ansible-test now creates its integration test temporary directory within the collection so ansible-playbook can properly detect the default collection
|
Loading…
Reference in New Issue