MH - dicts and lists change-tracking is fixed (#2951)

* dicts and lists change-tracking is fixed

* added changelog fragment

* fixed sanity check
This commit is contained in:
Alexei Znamensky 2021-07-08 17:20:01 +12:00 committed by GitHub
commit 56acd4356f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 2 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- module_helper module utils - fixed change-tracking for dictionaries and lists (https://github.com/ansible-collections/community.general/pull/2951).