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

Add hcloud_load_balancer_info module (#41)

Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
Lukas Kämmerling 2020-11-27 12:25:06 +01:00 committed by GitHub
parent 8bb449d3de
commit 0617bc65f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 584 additions and 29 deletions

View file

@ -57,6 +57,7 @@ retry ansible-galaxy -vvv collection install ansible.netcommon
retry ansible-galaxy -vvv collection install community.internal_test_tools
retry pip install netaddr --disable-pip-version-check
retry pip install hcloud
retry pip install rstcheck
# END: HACK
export PYTHONIOENCODING='utf-8'