mattclay / mattclay.aws / 4.0.1 / filter / map_format format a string using Authors: unknownmattclay.aws.map_format (4.0.1) — filter
Install with ansible-galaxy collection install mattclay.aws:==4.0.1
collections: - name: mattclay.aws version: 4.0.1
Use a dictionary of input values to render the given format string.
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
_value: description: Rendered string. type: str