1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00
This commit is contained in:
Lukas Kämmerling 2020-04-08 15:01:08 +02:00
parent 56db589b7c
commit 6e92d30b1b

View file

@ -55,7 +55,7 @@ cp -aT "${SHIPPABLE_BUILD_DIR}" "${TEST_DIR}"
cd "${TEST_DIR}"
# STAR: HACK install dependencies
retry ansible-galaxy -vvv collection install ansible.general
retry ansible-galaxy -vvv collection install community.general
retry pip install hcloud
# END: HACK