Avoid galaxy timeouts;Remove debugging
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Danny Bessems 2023-02-23 12:07:14 +01:00
parent 8a443bc362
commit b76d49a3e7

View File

@ -39,7 +39,7 @@ if ! command -v ansible >/dev/null 2>&1; then
fi
ansible-galaxy collection install \
community.general \
ansible.posix \
'ansible.windows:>=1.7.0' \
community.windows
git+https://github.com/ansible-collections/community.general \
git+https://github.com/ansible-collections/ansible.posix \
git+https://github.com/ansible-collections/ansible.windows \
git+https://github.com/ansible-collections/community.windows