ansible/test/integration/targets/ec2_group/tasks
Jordan Borean 7e32f1ffb0 [ec2_group] fix comparison of determining which rules to purge - 2.7 (#48967)
* Added changelog fragment

* Fix comparison of determining which rules to purge by ignoring descriptions (#48443)

AWS uses rule type, protocol, port range, and source as an idempotent identifier.
There can only be one rule with that unique combination. Rules that differ only by description are allowed but overwritten by AWS.
Add a test

Co-authored-by: Will Thames <will@thames.id.au>
(cherry picked from commit 54a2f21f93)
2018-11-26 12:48:19 -08:00
..
credential_tests.yml
data_validation.yml
egress_tests.yml Add diff mode for ec2_group (#44533) 2018-08-23 19:43:18 -04:00
ipv6_default_tests.yml
main.yml [ec2_group] fix comparison of determining which rules to purge - 2.7 (#48967) 2018-11-26 12:48:19 -08:00
multi_account.yml [aws] ec2_group multi-account and peered VPC bugfix (#45296) 2018-09-06 12:43:31 -07:00
multi_nested_target.yml ec2_group: fix regression for targets that are a list containing strings and lists (#45594) 2018-09-19 13:20:31 -07:00
numeric_protos.yml Fix ec2_group for numbered protocols (GRE) (#42765) 2018-09-06 10:32:52 -07:00
rule_group_create.yml