[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,
|
||||
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
|
||||
if not HAS_BOTO3:
|
||||
|
|
Loading…
Add table
Reference in a new issue