async_status – Obtain status of asynchronous task¶
Synopsis¶
- This module gets the status of an asynchronous task.
- This module is also supported for Windows targets.
Parameters¶
Parameter | Choices/Defaults | Comments |
---|---|---|
jid
-
/ required
|
Job or task identifier
|
|
mode
-
|
|
if
status , obtain the status; if cleanup , clean up the async job cache (by default in ~/.ansible_async/ ) for the specified job jid. |
Notes¶
Note
- See also https://docs.ansible.com/playbooks_async.html
- This module is also supported for Windows targets.
Status¶
- This module is guaranteed to have no backward incompatible interface changes going forward. [stableinterface]
- This module is maintained by the Ansible Core Team. [core]
Red Hat Support¶
More information about Red Hat’s support of this module is available from this Red Hat Knowledge Base article.
Authors¶
- Ansible Core Team
- Michael DeHaan
Hint
If you notice any issues in this documentation you can edit this document to improve it.