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 flagged as stableinterface which means that the maintainers for this module guarantee that no backward incompatible interface changes will be made.
Maintenance¶
This module is flagged as core which means that it is maintained by the Ansible Core Team. See Module Maintenance & Support for more info.
For a list of other modules that are also maintained by the Ansible Core Team, see here.
Support¶
For more information about Red Hat’s support of this module, please refer to this Knowledge Base article
Author¶
- Ansible Core Team
- Michael DeHaan
Hint
If you notice any issues in this documentation you can edit this document to improve it.