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

Implement Label Selector and IP Targets (#23)

This commit is contained in:
Lukas Kämmerling 2020-08-11 16:16:02 +02:00 committed by GitHub
parent 9deba9db7a
commit 603ecbe92b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 135 additions and 11 deletions

View file

@ -56,7 +56,7 @@ retry ansible-galaxy -vvv collection install community.general
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 python -m pip install hcloud
retry pip install hcloud
# END: HACK
export PYTHONIOENCODING='utf-8'