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:
parent
dbfd8e895b
commit
1e419ce8c6
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue