From b76d49a3e7afb71d5dc3e01bcba8abacf5faa2f3 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Thu, 23 Feb 2023 12:07:14 +0100 Subject: [PATCH] Avoid galaxy timeouts;Remove debugging --- hack/ensure-ansible.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hack/ensure-ansible.sh b/hack/ensure-ansible.sh index 70f5b7a..a3fed55 100755 --- a/hack/ensure-ansible.sh +++ b/hack/ensure-ansible.sh @@ -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