From c51ce1e47cef58c5f3e3438564b4777fcbe0fee5 Mon Sep 17 00:00:00 2001 From: Jill R <4121322+jillr@users.noreply.github.com> Date: Wed, 17 Jun 2020 10:54:04 -0700 Subject: [PATCH] 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 --- lib/ansible/config/module_defaults.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/ansible/config/module_defaults.yml b/lib/ansible/config/module_defaults.yml index e82c38b2ff6..f80aeaec477 100644 --- a/lib/ansible/config/module_defaults.yml +++ b/lib/ansible/config/module_defaults.yml @@ -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: