Documentation

async_status - Obtain status of asynchronous task

Synopsis

This module gets the status of an asynchronous task.

Options

parameter required default choices comments
jid
yes
    Job or task identifier
    mode
    no status
    • status
    • cleanup
    if status, obtain the status; if cleanup, clean up the async job cache located in ~/.ansible_async/ for the specified job jid.

    This is a Core Module

    For more information on what this means please read Core Modules

    For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Helping Testing PRs and Developing Modules.