community.routeros.split (2.14.0) — filter

Split a command into arguments

| "added in version" 2.0.0 of community.routeros"

Authors: Felix Fontein (@felixfontein)

Install collection

Install with ansible-galaxy collection install community.routeros:==2.14.0


Add to requirements.yml

  collections:
    - name: community.routeros
      version: 2.14.0

Description

Split a command into arguments.

Inputs

    
_input:
    description:
    - A command.
    required: true
    type: string

Outputs

_value:
  description: The list of arguments.
  elements: string
  type: list