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