mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
92b388817f
* Add dict and list_to_dict filters.
* Remove list_to_dict filter.
* Add myself as maintainer.
(cherry picked from commit b6ae47c455
)
Co-authored-by: Felix Fontein <felix@fontein.de>
3 lines
130 B
YAML
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"
|