diff --git a/plugins/modules/hcloud_route.py b/plugins/modules/hcloud_route.py index b5fe3b2..25ede26 100644 --- a/plugins/modules/hcloud_route.py +++ b/plugins/modules/hcloud_route.py @@ -172,8 +172,8 @@ class AnsibleHcloudRoute(Hcloud): return AnsibleModule( argument_spec=dict( network={"type": "str", "required": True}, - destination={"type": "str", "required": True}, gateway={"type": "str", "required": True}, + destination={"type": "str", "required": True}, state={ "choices": ["absent", "present"], "default": "present",