ansible.builtin.started (v2.16.5) — test

Was async task started

| "added in version" 1.9 of ansible.builtin"

Authors: Ansible Core

Install Ansible via pip

Install with pip install ansible-core==2.16.5

Description

Used to check if an async task has started, will also work with non async tasks but will issue a warning.

This test checks for the existance of a C(started) key in the input dictionary and that it is V(1) if present

Inputs

    
_input:
    description: registered result from an Ansible task
    required: true
    type: dictionary

Outputs

_value:
  description: Returns V(True) if the task has started, V(False) otherwise.
  type: boolean