Remove ansible.netcommon dependency. (#1561)

This commit is contained in:
Felix Fontein 2020-12-30 10:37:23 +01:00 committed by GitHub
commit 9f71073d37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 30 additions and 5 deletions

View file

@ -1,9 +1,7 @@
integration_tests_dependencies:
- ansible.netcommon
- ansible.posix
- community.crypto
- community.kubernetes
unit_tests_dependencies:
- ansible.netcommon
- community.internal_test_tools
- community.kubernetes

View file

@ -74,7 +74,6 @@ else
fi
# START: HACK install dependencies
retry ansible-galaxy -vvv collection install ansible.netcommon
retry ansible-galaxy -vvv collection install community.kubernetes
if [ "${script}" != "sanity" ] || [ "${test}" == "sanity/extra" ]; then