From 1c78c0b23464bdec7104e887a77dd956d21b702a Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 8 May 2024 17:32:05 +0200 Subject: [PATCH] galaxy: test from galaxy instead of git --- requirements.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/requirements.yaml b/requirements.yaml index d80a06ea..fdc4c078 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -1,20 +1,18 @@ collections: - - name: ansible-collection-mirrors/community.general + - name: community.general src: git+https://git.mgrote.net/ansible-collection-mirrors/community.general version: "8.5.0" scm: git - - name: ansible-collection-mirrors/community.crypto + - name: community.crypto src: git+https://git.mgrote.net/ansible-collection-mirrors/community.crypto version: "2.18.0" scm: git - - name: ansible-collection-mirrors/ansible.posix + - name: ansible.posix src: git+https://git.mgrote.net/ansible-collection-mirrors/ansible.posix version: "1.5.2" scm: git - - name: ansible-collections/community.docker - src: git+https://github.com/ansible-collections/community.docker + - name: community.docker version: "3.8.1" - scm: git roles: - src: https://git.mgrote.net/ansible-role-mirrors/ansible-role-bootstrap scm: git