mirror of https://github.com/ansible/ansible.git
* Improve Ansible.Basic.cs tempdir uniqueness
The current tempdir naming scheme can result in the same name if the
remote worker starts at the same time as another. By using the process
id it should add enough uniqueness to avoid this situation.
* Fix sanity issues
* Fix up compile issue on older hosts
(cherry picked from commit fb6b90fe42)
pull/80536/head
parent
0f1c165196
commit
7da4a99239
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Windows - Ensure the module temp directory contains more unique values to avoid conflicts with concurrent runs - https://github.com/ansible/ansible/issues/80294
|
||||
Loading…
Reference in New Issue