Fix ec2_group for EC2-Classic accounts (#46242)

* Fix ec2_group for EC2-Classic accounts

* changelog
This commit is contained in:
Sloane Hertel
2018-09-27 23:11:04 -04:00
committed by GitHub
parent 23c94295dc
commit 9efc3dc761
2 changed files with 8 additions and 1 deletions

View File

@@ -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.