mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-31 00:51:23 -07:00
* Use syntax that works in both Python 2 and 3 when iterating through a
dict that's going to be mutated during iteration
* Fixes `dictionary changed size during iteration` error
* Fixes #4932
(cherry picked from commit 9a928d5ffb
)
Co-authored-by: Teddy Caddy <tcaddy@users.noreply.github.com>
This commit is contained in:
parent
3f4e3dd2b6
commit
6115f18837
2 changed files with 4 additions and 1 deletions
2
changelogs/fragments/4933-fix-rax-clb-nodes.yaml
Normal file
2
changelogs/fragments/4933-fix-rax-clb-nodes.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- rax_clb_nodes - fix code to be compatible with Python 3 (https://github.com/ansible-collections/community.general/pull/4933).
|
Loading…
Add table
Add a link
Reference in a new issue