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:56:14 +02:00
parent 068ab2dec6
commit 8867905c95

View file

@ -132,9 +132,8 @@ class AnsibleHcloudServerNetwork(Hcloud):
def _prepare_result(self):
return {
"network": to_native(self.hcloud_network.name),
"Load Balancer": to_native(self.hcloud_load_balancer.name),
"load_balancer": to_native(self.hcloud_load_balancer.name),
"ip": to_native(self.hcloud_load_balancer_network.ip),
"alias_ips": self.hcloud_load_balancer_network.alias_ips,
}
def _get_load_balancer_and_network(self):