[aws] Remove deprecated ec2_vpc_dhcp_options
alias of ec2_vpc_dhcp_option (#45321)
This commit is contained in:
parent
1a810f8f11
commit
8d363f7693
2 changed files with 0 additions and 5 deletions
|
@ -1 +0,0 @@
|
|||
ec2_vpc_dhcp_option.py
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue