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

* dicts and lists change-tracking is fixed

* added changelog fragment

* fixed sanity check

(cherry picked from commit 56acd4356f)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2021-07-08 07:52:51 +02:00
committed by GitHub
parent 1b5d91153b
commit 5f971e677a
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).