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
068ab2dec6
commit
8867905c95
1 changed files with 1 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue