community.routeros.quote_argument (2.14.0) — filter

Quote an argument

| "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

Quote an argument.

Inputs

    
_input:
    description:
    - An argument to quote.
    required: true
    type: string

Outputs

_value:
  description: The quoted argument.
  type: string