mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
ec2_group - fix VPC precedence for security group targets (#45787)
Update the dictionary with the preferred values last to get the right order of VPC precedence Fixes #45782
This commit is contained in:
committed by
Ryan Brown
parent
06e2e0e040
commit
8d2df9be52
@@ -0,0 +1,6 @@
|
||||
---
|
||||
bugfixes:
|
||||
- ec2_group - There can be multiple security groups with the same name in
|
||||
different VPCs. Prior to 2.6 if a target group name was provided, the group
|
||||
matching the name and VPC had highest precedence. Restore this behavior by
|
||||
updated the dictionary with the groups matching the VPC last.
|
||||
Reference in New Issue
Block a user