You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Ansible set operations (intersect, difference) seem to be reordering arrays since ansible-core>=2.16.0.
To Reproduce
Use ansible-core>=2.16.0 and deploy an environment with at least 2 VNETs, couple of times from scratch. Depending on your luck you won't get VNET IDs assigned consistently.
Expected behavior
Considering for example the vn dict -> VNET IDs should be assigned top to bottom, producing always the same result.
Details
Ansible version: >=2.16.0
Linux OS distro in your cluster: N/A
Version: N/A
Additional context
N/A
Progress Status
Code committed
Testing - QA
Documentation (Release notes - resolved issues, compatibility, known issues)
The text was updated successfully, but these errors were encountered:
Description
Ansible set operations (intersect, difference) seem to be reordering arrays since ansible-core>=2.16.0.
To Reproduce
Use ansible-core>=2.16.0 and deploy an environment with at least 2 VNETs, couple of times from scratch. Depending on your luck you won't get VNET IDs assigned consistently.
Expected behavior
Considering for example the
vn
dict -> VNET IDs should be assigned top to bottom, producing always the same result.Details
Additional context
N/A
Progress Status
The text was updated successfully, but these errors were encountered: