Ansible async_status could not find job.

Recently while using Ansible async_status module to get status of previously ran async tasks I got an error :- In Ansible we know that, to run tasks asynchronously we can use async and poll. Also ansible.builtin.async_status module can be used to obtain status of asynchronous task. This was confusing to me because same task was … Read more