ansible.builtin.nested (v2.4.4.0-1) — lookup

composes a list with nested elements of other lists

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

Authors: unknown

Install Ansible via pip

Install with pip install ansible==2.4.4.0.post1

Description

Takes the input lists and returns a list with elements that are lists composed of the elements of the input lists

Inputs

    
_raw:
    description:
    - a set of lists
    required: true

Outputs

_list:
  description:
  - A list composed of lists paring the elements of the input lists
  type: list