mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
7ee0389c98
VarDict module utils: add `as_dict()` method (#6602)
* VarDict module utils: add `as_dict()` method
* add changelog frag
(cherry picked from commit 59db302deb
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2 lines
183 B
YAML
2 lines
183 B
YAML
minor_changes:
|
|
- VarDict module utils - add method ``VarDict.as_dict()`` to convert to a plain ``dict`` object (https://github.com/ansible-collections/community.general/pull/6602).
|