ansible.builtin.items (v2.4.2.0-1) — lookup

list of items

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

Authors: Michael DeHaan <michael.dehaan@gmail.com>

Install Ansible via pip

Install with pip install ansible==2.4.2.0.post1

Description

this looup returns a list of items given to it, if any of the top level items is also a list it will flatten it, but it will not recurse

Inputs

    
_terms:
    description: list of items
    required: true

Outputs

_raw:
  description:
  - once flattened list
  type: list