From 6874c631f26e73f119cc67fbce6f9f65afb14c1f Mon Sep 17 00:00:00 2001 From: Jill Rouleau Date: Tue, 27 Jul 2021 14:06:26 -0700 Subject: [PATCH] Changelog and meta/runtime.yml for module removal --- changelogs/fragments/migrate_ec2_vpc_igw.yml | 10 ++++++++++ meta/runtime.yml | 14 +++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 changelogs/fragments/migrate_ec2_vpc_igw.yml diff --git a/changelogs/fragments/migrate_ec2_vpc_igw.yml b/changelogs/fragments/migrate_ec2_vpc_igw.yml new file mode 100644 index 00000000000..6ab3da37409 --- /dev/null +++ b/changelogs/fragments/migrate_ec2_vpc_igw.yml @@ -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``. diff --git a/meta/runtime.yml b/meta/runtime.yml index 0fbca024bee..7572647d422 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,4 +1,3 @@ ---- requires_ansible: '>=2.9.10' action_groups: aws: @@ -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 @@ -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 @@ -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