mirror of https://github.com/ansible/ansible.git
Fix netconf module_utils dict changed size issue (#46778)
Fixes #46755
Use list() to copy the keys of attribute dict
while iterating over attribute dict.
(cherry picked from commit 58aaf53271)
Update Changelog
pull/46819/head
parent
c888058973
commit
42183e562a
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- netconf_config - Fix netconf module_utils dict changed size issue (https://github.com/ansible/ansible/pull/46778)
|
||||
Loading…
Reference in New Issue