Skip to content

Commit

Permalink
Add missing redirection for module_utils/route53 (ansible-collections…
Browse files Browse the repository at this point in the history
…#1542)

Add missing redirection for module_utils/route53

SUMMARY
When migrating module_utils/route53 in ansible-collections#1537 we missed adding a redirection over to amazon.aws
Since this is supported, add it for completeness
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
meta/runtime.yml
ADDITIONAL INFORMATION

Reviewed-by: Gonéri Le Bouder <[email protected]>
Reviewed-by: Markus Bergholz <[email protected]>
  • Loading branch information
tremble authored Sep 30, 2022
1 parent 356ce7b commit d8af88a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/1541-route53-module_utills.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- meta/runtime.yml - Add missing redirect for route53 module_utils (https://github.com/ansible-collections/community.aws/pull/1542).
3 changes: 3 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,3 +498,6 @@ plugin_routing:
redirect: amazon.aws.route53_info
route53_zone:
redirect: amazon.aws.route53_zone
module_utils:
route53:
redirect: amazon.aws.route53

0 comments on commit d8af88a

Please sign in to comment.