ansible.builtin.started (v2.15.2) — 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.15.2

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 C(1) if present

Inputs

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

Outputs

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