.. _async_status: async_status `````````````````````````````` .. versionadded:: 0.5 This module gets the status of an asynchronous task. See: http://ansible.cc/docs/playbooks2.html#asynchronous-actions-and-polling .. raw:: html
parameter | required | default | choices | comments |
---|---|---|---|---|
jid | yes | Job or task identifier | ||
mode | no | status |
|
if status , obtain the status; if cleanup , clean up the async job cache located in ~/.ansible_async/ for the specified job jid. |
See http://ansible.cc/docs/playbooks2.html#asynchronous-actions-and-polling