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

[backport/2.9] module_defaults: Add rds_snapshot #74113

Merged
merged 2 commits into from Apr 5, 2021
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions changelogs/fragments/74113-module_defaults-rds_snapshot.yml
@@ -0,0 +1,2 @@
minor_changes:
- module_defaults - add module rds_snapshot to aws module_defaults group (https://github.com/ansible/ansible/pull/74113).
2 changes: 2 additions & 0 deletions lib/ansible/config/module_defaults.yml
Expand Up @@ -452,6 +452,8 @@ groupings:
- aws
rds_param_group:
- aws
rds_snapshot:
- aws
rds_snapshot_facts:
- aws
rds_snapshot_info:
Expand Down