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

Install netaddr

This commit is contained in:
Lukas Kämmerling 2020-06-25 09:53:59 +02:00
parent dbfd8e895b
commit 1e419ce8c6
2 changed files with 2 additions and 1 deletions

View file

@ -14,7 +14,7 @@ else
fi
if [ "${group}" == "extra" ]; then
../internal_test_tools/tools/run.py --color
../../internal_test_tools/tools/run.py --color
exit
fi

View file

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