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