mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-14 01:54:21 -07:00
[PR #6602/59db302d backport][stable-7] VarDict module utils: add as_dict()
method (#6610)
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>
This commit is contained in:
parent
816d4e8f49
commit
7ee0389c98
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