From d8af88a442c18b0e88ed5da427a2444644057492 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Fri, 30 Sep 2022 17:00:23 +0200 Subject: [PATCH] Add missing redirection for module_utils/route53 (#1542) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add missing redirection for module_utils/route53 SUMMARY When migrating module_utils/route53 in #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 Reviewed-by: Markus Bergholz --- changelogs/fragments/1541-route53-module_utills.yml | 2 ++ meta/runtime.yml | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 changelogs/fragments/1541-route53-module_utills.yml diff --git a/changelogs/fragments/1541-route53-module_utills.yml b/changelogs/fragments/1541-route53-module_utills.yml new file mode 100644 index 00000000000..954750038c2 --- /dev/null +++ b/changelogs/fragments/1541-route53-module_utills.yml @@ -0,0 +1,2 @@ +trivial: +- meta/runtime.yml - Add missing redirect for route53 module_utils (https://github.com/ansible-collections/community.aws/pull/1542). diff --git a/meta/runtime.yml b/meta/runtime.yml index d0fe8feb4c7..d20f877e894 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -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