Skip to content

Commit

Permalink
Changelog and meta/runtime.yml for module removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jillr authored and tremble committed Aug 27, 2021
1 parent 9302b42 commit 6874c63
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
10 changes: 10 additions & 0 deletions changelogs/fragments/migrate_ec2_vpc_igw.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
breaking_changes:
- ec2_vpc_igw_facts - 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_igw_info``.
- ec2_vpc_igw - 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_igw``.
- ec2_vpc_igw_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_igw_info``.
14 changes: 5 additions & 9 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
requires_ansible: '>=2.9.10'
action_groups:
aws:
Expand All @@ -21,7 +20,6 @@ action_groups:
- ec2_elb_facts
- ec2_lc_facts
- ec2_placement_group_facts
- ec2_vpc_igw_facts
- ec2_vpc_nacl_facts
- ec2_vpc_peering_facts
- ec2_vpc_route_table_facts
Expand Down Expand Up @@ -124,8 +122,6 @@ action_groups:
- ec2_transit_gateway
- ec2_transit_gateway_info
- ec2_vpc_egress_igw
- ec2_vpc_igw
- ec2_vpc_igw_info
- ec2_vpc_nacl
- ec2_vpc_nacl_info
- ec2_vpc_peer
Expand Down Expand Up @@ -342,11 +338,11 @@ plugin_routing:
ec2_vpc_endpoint_service_info:
redirect: amazon.aws.ec2_vpc_endpoint_service_info
ec2_vpc_igw_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_vpc_igw_facts was renamed in Ansible 2.9 to ec2_vpc_igw_info.
Please update your tasks.
redirect: amazon.aws.ec2_vpc_igw_facts
ec2_vpc_igw:
redirect: amazon.aws.ec2_vpc_igw
ec2_vpc_igw_info:
redirect: amazon.aws.ec2_vpc_igw_info
ec2_vpc_nacl_facts:
deprecation:
removal_date: 2021-12-01
Expand Down

0 comments on commit 6874c63

Please sign in to comment.