forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ec2_group for EC2-Classic accounts (ansible#46242)
* Fix ec2_group for EC2-Classic accounts * changelog
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
changelogs/fragments/fix_ec2_group_vpc_precedence_classic.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters