mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
fix tests
This commit is contained in:
parent
1cc96872aa
commit
e8b348f4dd
1 changed files with 1 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ class AnsibleHcloudLoadBalancer(Hcloud):
|
|||
"load_balancer_type": self.client.load_balancer_types.get_by_name(
|
||||
self.module.params.get("load_balancer_type")
|
||||
),
|
||||
"labels": self.module.params.get("labels"),
|
||||
}
|
||||
|
||||
if self.module.params.get("location") is None and self.module.params.get("network_zone") is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue