diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 82ca6def51..38681a2fd5 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -148,6 +148,8 @@ ansible-galaxy collection install google.cloud -p "${COLLECTION_DIR}" ansible-galaxy collection install community.kubernetes -p "${COLLECTION_DIR}" ansible-galaxy collection install f5networks.f5_modules -p "${COLLECTION_DIR}" +chmod -R a+rX "${COLLECTION_DIR}" + # END: HACK ansible-test env --dump --show --timeout "${timeout}" --color -v