Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AWS module_defaults for recently added modules #69818

Merged
merged 1 commit into from Jun 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions lib/ansible/config/module_defaults.yml
@@ -1,5 +1,7 @@
version: '1.0'
groupings:
aws_acm:
- aws
aws_acm_facts:
- aws
aws_acm_info:
Expand Down Expand Up @@ -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:
Expand All @@ -100,6 +106,8 @@ groupings:
- aws
cloudformation:
- aws
cloudformation_exports_info:
- aws
cloudformation_facts:
- aws
cloudformation_info:
Expand Down Expand Up @@ -234,6 +242,8 @@ groupings:
- aws
ec2_tag:
- aws
ec2_tag_info:
- aws
ec2_transit_gateway:
- aws
ec2_transit_gateway_info:
Expand Down