ae1ee31b99
* Fix race condition when creating async dir
* Simplify exception wrapper
* Remove var used for testing
(cherry picked from commit c9fa1d0e7e
)
2 lines
191 B
YAML
2 lines
191 B
YAML
bugfixes:
|
|
- async_wrapper - Fix race condition when ``~/.ansible_async`` folder tries to be created by multiple async tasks at the same time - https://github.com/ansible/ansible/issues/59306
|