mirror of https://github.com/ansible/ansible.git
fixes an issue with dict_merge in network utils (#41107)
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
pull/49600/head
parent
a928ea4d93
commit
799f8e97b3
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- fixes an issue with dict_merge in network utils (https://github.com/ansible/ansible/pull/49474)
|
Loading…
Reference in New Issue