mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Remove ansible.netcommon dependency. (#1561)
This commit is contained in:
parent
6c88b69d6f
commit
9f71073d37
5 changed files with 30 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue