VarDict module utils: add as_dict() method (#6602)

* VarDict module utils: add `as_dict()` method

* add changelog frag
This commit is contained in:
Alexei Znamensky 2023-05-31 17:58:54 +12:00 committed by GitHub
commit 59db302deb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 0 deletions

View 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).