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

try to install collection community.general.ipfilter

This commit is contained in:
Lukas Kämmerling 2020-04-09 09:24:32 +02:00
parent a3d16b33d4
commit 90bb6bf24c

View file

@ -57,6 +57,7 @@ cd "${TEST_DIR}"
# STAR: HACK install dependencies
retry ansible-galaxy -vvv collection install community.general
retry ansible-galaxy -vvv collection install ansible.netcommon
retry ansible-galaxy -vvv collection community.general.ipfilter
retry pip install hcloud
# END: HACK