diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index fa8e3bd..c5b0bb6 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -67,6 +67,7 @@ cp -aT "${SHIPPABLE_BUILD_DIR}" "${TEST_DIR}" cd "${TEST_DIR}" # START: HACK install dependencies +retry ansible-galaxy collection install community.general # END: HACK export PYTHONIOENCODING='utf-8'