From 0f61d7cd97bfbc421cf10b6dcc41ab98cc461452 Mon Sep 17 00:00:00 2001 From: jillr Date: Mon, 1 Jun 2020 22:01:59 +0000 Subject: [PATCH] Add mod_defaults for AWS collections 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 e82c38b2ff6ad7..f80aeaec477df4 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: