mirror of https://github.com/ansible/ansible.git
Improve Ansible.Basic.cs tempdir uniqueness (#80328)
* 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 hostspull/80336/head
parent
8600a1b927
commit
fb6b90fe42
@ -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