mattclay / mattclay.aws / 4.0.1 / filter / dictfilter filter a dictionary to return only the specified keys Authors: unknownmattclay.aws.dictfilter (4.0.1) — filter
Install with ansible-galaxy collection install mattclay.aws:==4.0.1
collections: - name: mattclay.aws version: 4.0.1
The input dictionary will be returned with only the specified keys present.
keys: description: The list of dictionary keys to preserve. elements: str required: true type: list _input: description: A dictionary to filter. required: true type: dict
_value: description: The dictionary with only the specified keys present. type: dict