Add mod_defaults for AWS collections (#69818)

We need to be able to add 2.9 CI jobs for AWS collections. Modules added
during the 2.10 dev cycle will need mod default entries to support test suites
pull/70125/head
Jill R 5 years ago committed by GitHub
parent dec1953cf7
commit c51ce1e47c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,7 @@
version: '1.0'
groupings:
aws_acm:
- aws
aws_acm_facts:
- aws
aws_acm_info:
@ -82,6 +84,10 @@ groupings:
- aws
aws_ses_rule_set:
- aws
aws_step_functions_state_machine:
- aws
aws_step_functions_state_machine_execution:
- aws
aws_sgw_facts:
- aws
aws_sgw_info:
@ -100,6 +106,8 @@ groupings:
- aws
cloudformation:
- aws
cloudformation_exports_info:
- aws
cloudformation_facts:
- aws
cloudformation_info:
@ -234,6 +242,8 @@ groupings:
- aws
ec2_tag:
- aws
ec2_tag_info:
- aws
ec2_transit_gateway:
- aws
ec2_transit_gateway_info:

Loading…
Cancel
Save