mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
Fix failing hcloud_route test
This commit is contained in:
parent
79bdf2d1a0
commit
d520ffeb57
1 changed files with 1 additions and 1 deletions
|
|
@ -172,8 +172,8 @@ class AnsibleHcloudRoute(Hcloud):
|
||||||
return AnsibleModule(
|
return AnsibleModule(
|
||||||
argument_spec=dict(
|
argument_spec=dict(
|
||||||
network={"type": "str", "required": True},
|
network={"type": "str", "required": True},
|
||||||
destination={"type": "str", "required": True},
|
|
||||||
gateway={"type": "str", "required": True},
|
gateway={"type": "str", "required": True},
|
||||||
|
destination={"type": "str", "required": True},
|
||||||
state={
|
state={
|
||||||
"choices": ["absent", "present"],
|
"choices": ["absent", "present"],
|
||||||
"default": "present",
|
"default": "present",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue