summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJill R <4121322+jillr@users.noreply.github.com>2020-06-17 10:54:04 -0700
committerGitHub <noreply@github.com>2020-06-17 10:54:04 -0700
commitc51ce1e47cef58c5f3e3438564b4777fcbe0fee5 (patch)
treeb4bb46ac9aed9cfa52001bdf6346e55b89bbabb2
parentdec1953cf7ee6cfe7c92163497b31116e6316003 (diff)
downloadansible-c51ce1e47cef58c5f3e3438564b4777fcbe0fee5.tar.gz
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
-rw-r--r--lib/ansible/config/module_defaults.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ansible/config/module_defaults.yml b/lib/ansible/config/module_defaults.yml
index e82c38b2ff..f80aeaec47 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: