diff --git a/plugins/modules/ec2_vpc_vgw_facts.py b/plugins/modules/ec2_vpc_vgw_facts.py deleted file mode 120000 index bbcf44bef40..00000000000 --- a/plugins/modules/ec2_vpc_vgw_facts.py +++ /dev/null @@ -1 +0,0 @@ -ec2_vpc_vgw_info.py \ No newline at end of file diff --git a/plugins/modules/ec2_vpc_vgw_info.py b/plugins/modules/ec2_vpc_vgw_info.py index 7cb7b15798e..aa4a4719ffe 100644 --- a/plugins/modules/ec2_vpc_vgw_info.py +++ b/plugins/modules/ec2_vpc_vgw_info.py @@ -13,7 +13,6 @@ short_description: Gather information about virtual gateways in AWS description: - Gather information about virtual gateways in AWS. - - This module was called C(ec2_vpc_vgw_facts) before Ansible 2.9. The usage did not change. options: filters: description: @@ -134,8 +133,6 @@ def main(): ) module = AnsibleAWSModule(argument_spec=argument_spec, supports_check_mode=True) - if module._name == 'ec2_vpc_vgw_facts': - module.deprecate("The 'ec2_vpc_vgw_facts' module has been renamed to 'ec2_vpc_vgw_info'", date='2021-12-01', collection_name='community.aws') try: connection = module.client('ec2')