mirror of https://github.com/ansible/ansible.git
* 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 (cherry picked from commitpull/46706/head8d2df9be52) * Fix ec2_group for EC2-Classic accounts (#46242) * Fix ec2_group for EC2-Classic accounts * changelog (cherry picked from commit9efc3dc761) * Merge changelogs
parent
ff1aa50fdb
commit
01b6f02a80
@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
||||
- ec2_group - support EC2-Classic by not assuming security groups have VPCs.
|
||||
Loading…
Reference in New Issue