mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07: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>
This commit is contained in:
parent
c72b337327
commit
92b388817f
5 changed files with 38 additions and 0 deletions
3
changelogs/fragments/dict-filter.yml
Normal file
3
changelogs/fragments/dict-filter.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
add plugin.filter:
|
||||
- name: dict
|
||||
description: "The ``dict`` function as a filter: converts a list of tuples to a dictionary"
|
Loading…
Add table
Add a link
Reference in a new issue