1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/dict-filter.yml
Felix Fontein b6ae47c455
Add dict filter (#2171)
* Add dict and list_to_dict filters.

* Remove list_to_dict filter.

* Add myself as maintainer.
2021-04-08 07:50:28 +02:00

3 lines
130 B
YAML

add plugin.filter:
- name: dict
description: "The ``dict`` function as a filter: converts a list of tuples to a dictionary"