mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 08:05:22 +02:00
The async_wrapper now stops the module process before writing the timeout result to the async job file. This ensures a valid JSON file that async_status can parse.
Improve gather_facts parallel=true timeout responsiveness when gather_timeout is less than 10.
Fix integration tests.
(cherry picked from commit 3d3afdb34b)