Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix netconf module_utils dict changed size issue #46778

Merged
merged 1 commit into from
Oct 10, 2018

Conversation

ganeshrn
Copy link
Member

SUMMARY

Fixes #46755

Use list() to copy the keys of attribute dict
while iterating over attribute dict.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

junos_config

ANSIBLE VERSION
2.7
ADDITIONAL INFORMATION

Fixes ansible#46755

Use list() to copy the keys of attribute dict
while iterating over attribute dict.
@ansibot
Copy link
Contributor

ansibot commented Oct 10, 2018

@ansibot ansibot added affects_2.8 This issue/PR affects Ansible v2.8 bug This issue/PR relates to a bug. needs_triage Needs a first human triage before being processed. networking Network category small_patch support:community This issue/PR relates to code supported by the Ansible community. labels Oct 10, 2018
@ganeshrn ganeshrn removed the needs_triage Needs a first human triage before being processed. label Oct 10, 2018
@ganeshrn ganeshrn merged commit 58aaf53 into ansible:devel Oct 10, 2018
@ganeshrn ganeshrn deleted the netconf_config_py3_fix branch October 10, 2018 18:31
ganeshrn added a commit to ganeshrn/ansible that referenced this pull request Oct 10, 2018
Fixes ansible#46755

Use list() to copy the keys of attribute dict
while iterating over attribute dict.

(cherry picked from commit 58aaf53)

Update Changelog
abadger pushed a commit that referenced this pull request Oct 11, 2018
Fixes #46755

Use list() to copy the keys of attribute dict
while iterating over attribute dict.

(cherry picked from commit 58aaf53)

Update Changelog
Tomorrow9 pushed a commit to Tomorrow9/ansible that referenced this pull request Dec 4, 2018
Fixes ansible#46755

Use list() to copy the keys of attribute dict
while iterating over attribute dict.
@ansible ansible locked and limited conversation to collaborators Jul 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.8 This issue/PR affects Ansible v2.8 bug This issue/PR relates to a bug. networking Network category small_patch support:community This issue/PR relates to code supported by the Ansible community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ansible 2.7.0 netconf_config failes with "dictionary changed size during iteration"
2 participants