From fc27ef24c9ba758fc42fb8b125e47f4acfccfc43 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 8 May 2024 17:26:43 +0200 Subject: [PATCH] galaxy: fix name --- requirements.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/requirements.yaml b/requirements.yaml index 471345d2..2f0a0bae 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -1,16 +1,20 @@ collections: - - name: community.general + - name: ansible-collection-mirrors/community.general src: git+https://git.mgrote.net/ansible-collection-mirrors/community.general version: "8.5.0" - - name: community.crypto + scm: git + - name: ansible-collection-mirrors/community.crypto src: git+https://git.mgrote.net/ansible-collection-mirrors/community.crypto version: "2.18.0" - - name: ansible.posix + scm: git + - name: ansible-collection-mirrors/ansible.posix src: git+https://git.mgrote.net/ansible-collection-mirrors/ansible.posix version: "1.5.2" - - name: community.docker + scm: git + - name: ansible-collection-mirrors/community.docker src: git+https://git.mgrote.net/ansible-collection-mirrors/community.docker version: "3.8.1" + scm: git roles: - src: https://git.mgrote.net/ansible-role-mirrors/ansible-role-bootstrap scm: git