mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
[aws] Remove deprecated ec2_vpc_dhcp_options_facts
alias of ec2_vpc_dhcp_option_facts (#45322)
This commit is contained in:
parent
8d363f7693
commit
4d7e261074
2 changed files with 0 additions and 5 deletions
|
@ -1 +0,0 @@
|
||||||
ec2_vpc_dhcp_option_facts.py
|
|
|
@ -124,10 +124,6 @@ def main():
|
||||||
|
|
||||||
module = AnsibleModule(argument_spec=argument_spec,
|
module = AnsibleModule(argument_spec=argument_spec,
|
||||||
supports_check_mode=True)
|
supports_check_mode=True)
|
||||||
if module._name == 'ec2_vpc_dhcp_options_facts':
|
|
||||||
module.deprecate("The 'ec2_vpc_dhcp_options_facts' module has been renamed "
|
|
||||||
"'ec2_vpc_dhcp_option_facts' (option is no longer plural)",
|
|
||||||
version=2.8)
|
|
||||||
|
|
||||||
# Validate Requirements
|
# Validate Requirements
|
||||||
if not HAS_BOTO3:
|
if not HAS_BOTO3:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue