1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

feat: remove deprecated facts modules (#251)

Fixes #8
This commit is contained in:
Jonas L 2023-07-05 09:32:03 +02:00 committed by GitHub
parent 3da91df8c3
commit 5190535323
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 41 additions and 200 deletions

View file

@ -378,8 +378,8 @@ class AnsibleHcloudLoadBalancerInfo(Hcloud):
def main():
module = AnsibleHcloudLoadBalancerInfo.define_module()
hcloud = AnsibleHcloudLoadBalancerInfo(module)
hcloud.get_load_balancers()
result = hcloud.get_result()