mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
[aws] Remove deprecated ec2_vpc_dhcp_options alias of ec2_vpc_dhcp_option (#45321)
This commit is contained in:
committed by
Sloane Hertel
parent
1a810f8f11
commit
8d363f7693
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user