mirror of https://github.com/ansible/ansible.git
[stable-2.9] 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.
(cherry picked from commit 4c79f1ec4d
)
Co-authored-by: Matt Clay <matt@mystile.com>
pull/63252/head
parent
52f52504fe
commit
24e64d1ba1
@ -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