From 581349b70036984e08c92378bdfe11533bac8a3c Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Fri, 19 Jun 2020 10:36:35 -0500 Subject: [PATCH] Update tests/utils/shippable/shippable.sh Co-authored-by: John R Barker --- tests/utils/shippable/shippable.sh | 1 + 1 file changed, 1 insertion(+) 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'