mattclay.aws.map_format (4.0.1) — filter

format a string using

Authors: unknown

Install collection

Install with ansible-galaxy collection install mattclay.aws:==4.0.1


Add to requirements.yml

  collections:
    - name: mattclay.aws
      version: 4.0.1

Description

Use a dictionary of input values to render the given format string.

Inputs

    
fmt:
    description: A format string to render.
    required: true
    type: str

_input:
    description: A dictionary of values available to be used in the format string.
    required: true
    type: dict

Outputs

_value:
  description: Rendered string.
  type: str