799f8e97b3
This change address a problem where the dict_merge function would fail
due to the value being a nested dict. This will now recursively pass
the value back through the dict_merge function.
Merge to devel https://github.com/ansible/ansible/pull/41107
(cherry picked from commit 2a4be2748f
)
Update changelog
Fix review comments
3 lines
112 B
YAML
3 lines
112 B
YAML
---
|
|
bugfixes:
|
|
- fixes an issue with dict_merge in network utils (https://github.com/ansible/ansible/pull/49474)
|