[aws] Remove deprecated ec2_vpc_dhcp_options alias of ec2_vpc_dhcp_option (#45321)

This commit is contained in:
Ryan Brown 2018-09-07 09:08:09 -04:00 committed by Sloane Hertel
parent 1a810f8f11
commit 8d363f7693
2 changed files with 0 additions and 5 deletions

View file

@ -1 +0,0 @@
ec2_vpc_dhcp_option.py

View file

@ -286,10 +286,6 @@ def main():
)
module = AnsibleModule(argument_spec=argument_spec, supports_check_mode=True)
if module._name == 'ec2_vpc_dhcp_options':
module.deprecate("The 'ec2_vpc_dhcp_options' module has been renamed "
"'ec2_vpc_dhcp_option' (option is no longer plural)",
version=2.8)
params = module.params
found = False