Skip to content

Commit

Permalink
Merge pull request ansible-collections#1029 from alinabuzachis/promot…
Browse files Browse the repository at this point in the history
…e_route53

Migrate route53* modules and tests

Depends-On: ansible/zuul-config#443
Migrate route53* modules and tests

Reviewed-by: Mike Graves <[email protected]>
Reviewed-by: Mark Chappell <None>
Reviewed-by: Bikouo Aubin <None>
Reviewed-by: Alina Buzachis <None>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Sep 21, 2022
2 parents a690a25 + c0b80e4 commit cf40d70
Show file tree
Hide file tree
Showing 26 changed files with 6,524 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelogs/fragments/migrate_route53.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
major_changes:
- route53 - The module has been migrated from the ``community.aws`` collection. Playbooks
using the Fully Qualified Collection Name for this module should be updated to use
``amazon.aws.route53``.
- route53_health_check - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be updated
to use ``amazon.aws.route53_health_check``.
- route53_info - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be updated
to use ``amazon.aws.route53_info``.
- route53_zone - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be updated
to use ``amazon.aws.route53_zone``.
4 changes: 4 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ action_groups:
- lambda_execute
- lambda_info
- lambda_policy
- route53
- route53_health_check
- route53_info
- route53_zone
- s3_bucket
- s3_object
plugin_routing:
Expand Down
Loading

0 comments on commit cf40d70

Please sign in to comment.