Skip to content

Commit

Permalink
DNM - Migrate modules ec2_vpc_nacl,ec2_vpc_nacl_info and tests (#2178)
Browse files Browse the repository at this point in the history
Depends-On: ansible-collections/amazon.aws#2339

Remove ec2_vpc_nacl,ec2_vpc_nacl_info modules and tests, these modules have been migrated to amazon.aws collection.
Update runtime.yml with redirects to that collection
Update ignore files

Reviewed-by: GomathiselviS <[email protected]>
Reviewed-by: Mandar Kulkarni <[email protected]>
  • Loading branch information
abikouo authored Oct 25, 2024
1 parent 3cc49c0 commit 6e3e99c
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 2,004 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
breaking_changes:
- ec2_vpc_nacl - 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.ec2_vpc_nacl`` (https://github.com/ansible-collections/community.aws/pull/2178).
- ec2_vpc_nacl_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.ec2_vpc_nacl_info`` (https://github.com/ansible-collections/community.aws/pull/2178).
6 changes: 4 additions & 2 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ action_groups:
- ec2_transit_gateway_info
- ec2_transit_gateway_vpc_attachment
- ec2_transit_gateway_vpc_attachment_info
- ec2_vpc_nacl
- ec2_vpc_nacl_info
- ec2_vpc_peer
- ec2_vpc_peering_info
- ec2_vpc_vgw
Expand Down Expand Up @@ -526,6 +524,10 @@ plugin_routing:
redirect: amazon.aws.ec2_transit_gateway_vpc_attachment_info
elb_classic_lb_info:
redirect: amazon.aws.elb_classic_lb_info
ec2_vpc_nacl:
redirect: amazon.aws.ec2_vpc_nacl
ec2_vpc_nacl_info:
redirect: amazon.aws.ec2_vpc_nacl_info
module_utils:
route53:
redirect: amazon.aws.route53
Loading

0 comments on commit 6e3e99c

Please sign in to comment.