ansible.async_status(3) - Linux man page
Name
async_status - Obtain status of asynchronous task
Description
This module gets the status of an asynchronous task. See: http://ansible.cc/docs/playbooks2.html#asynchronous-actions-and-polling
Options
- jid
Job or task identifier(required)
mode
if status, obtain the status; if cleanup, clean up the async job cache located in ~/.ansible_async/ for the specified job jid. Choices: status,cleanup. (default: status)."
Notes
See http://ansible.cc/docs/playbooks2.html#asynchronous-actions-and-polling
Author
Michael DeHaan
See Also
ansible(1), http://ansible.github.com/modules.html#async-status