echo_one

Helpful for debugging, will simply return what is passed into it as arguments.

Arguments

NameTypeDescriptionRequired

echo_arg

string

The argument to echo back.

Returns

TypeDescription

string

Returns the echoed argument.

Example

- name: echo_one
  arguments:
    echo_arg: <argument>
  returns: <string>

Last updated