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