started¶
Collection Note
This module is part of the ansible.builtin collection. To install the collection, use:
Added in version1.9.
Synopsis¶
- 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 existence of a C(started) key in the input dictionary and that it is V(1) if present
Parameters¶
| Parameter | Defaults / Choices | Comments |
|---|---|---|
| _input dictionary required |
registered result from an Ansible task |
Examples¶
Return Values¶
| Key | Data Type | Description | Returned |
|---|---|---|---|
| _value | boolean | Returns V(True) if the task has started, V(False) otherwise. |
Authors¶
- Ansible Core