mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
VarDict module utils: add as_dict()
method (#6602)
* VarDict module utils: add `as_dict()` method * add changelog frag
This commit is contained in:
parent
c9aae5e45c
commit
59db302deb
3 changed files with 14 additions and 0 deletions
2
changelogs/fragments/6602-vardict-as-dict.yml
Normal file
2
changelogs/fragments/6602-vardict-as-dict.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
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).
|
Loading…
Add table
Add a link
Reference in a new issue