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
-
    Choices:
  • status ←
  • cleanup
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

Status

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.