ansible/test/integration/targets/ec2_group/tasks
Sloane Hertel 54a2f21f93 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>
2018-11-21 08:04:10 +10:00
..
credential_tests.yml
data_validation.yml
egress_tests.yml
ipv6_default_tests.yml
main.yml Fix comparison of determining which rules to purge by ignoring descriptions (#48443) 2018-11-21 08:04:10 +10:00
multi_account.yml [aws] ec2_group multi-account and peered VPC bugfix (#45296) 2018-09-06 15:06:03 -04:00
multi_nested_target.yml ec2_group: fix regression for targets that are a list containing strings and lists (#45594) 2018-09-17 14:31:41 -04:00
numeric_protos.yml Fix ec2_group for numbered protocols (GRE) (#42765) 2018-09-05 13:34:26 -04:00
rule_group_create.yml