1
0
Fork 0
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:
Lukas Kämmerling 2020-06-26 14:42:30 +02:00
parent 1cc96872aa
commit e8b348f4dd

View file

@ -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: