mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-01 16:08:53 +00:00
* 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"
|