mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
9efc3dc761
* Fix ec2_group for EC2-Classic accounts * changelog
7 lines
348 B
YAML
7 lines
348 B
YAML
---
|
|
bugfixes:
|
|
- The patch fixing the regression of no longer preferring matching security
|
|
groups in the same VPC https://github.com/ansible/ansible/pull/45787
|
|
(which was also backported to 2.6) broke EC2-Classic accounts.
|
|
https://github.com/ansible/ansible/pull/46242 removes the assumption that
|
|
security groups must be in a VPC.
|