Remove community.kubernetes testing dependency. (#1682)

This commit is contained in:
Felix Fontein 2021-01-27 07:17:00 +01:00 committed by GitHub
commit bb323ab12f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View file

@ -74,8 +74,6 @@ else
fi
# START: HACK install dependencies
retry ansible-galaxy -vvv collection install community.kubernetes
if [ "${script}" != "sanity" ] || [ "${test}" == "sanity/extra" ]; then
# Nothing further should be added to this list.
# This is to prevent modules or plugins in this collection having a runtime dependency on other collections.