get_first

Returns the first element of an array.

Arguments

Returns

Example

- name: get_first
  arguments:
    array: [1, 2, 3]
  returns: <the first element of the array>

Last updated