From d1b163594269f0a0043a9688cd6cde5b0de801d9 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Sat, 7 Jan 2023 12:14:00 +0100 Subject: [PATCH] Avoid ansible-galaxy timeouts --- ansible/requirements.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 9c2cdb0..a5505ce 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -1,4 +1,7 @@ collections: - - ansible.utils - - community.general - - kubernetes.core + - name: https://github.com/ansible-collections/ansible.utils + type: git + - name: https://github.com/ansible-collections/community.general + type: git + - name: https://github.com/ansible-collections/kubernetes.core + type: git