From 80fcb92db9f8b232ed08c755d0af427fb6646575 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 16 Feb 2024 18:45:21 +0100 Subject: [PATCH] sdfg --- requirements.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/requirements.yml b/requirements.yml index 091668c9..f80f8ede 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,8 +1,16 @@ collections: - - git+https://git.mgrote.net/ansible-collections-mirrors/community.general - - git+https://git.mgrote.net/ansible-collections-mirrors/community.crypto - - git+https://git.mgrote.net/ansible-collections-mirrors/ansible.posix - - git+https://git.mgrote.net/ansible-collections-mirrors/community.docker + - name: community.general + version: "8.3.0" + source: git+https://git.mgrote.net/ansible-collections-mirrors/community.general + - name: community.crypto + version: "2.17.1" + source: git+https://git.mgrote.net/ansible-collections-mirrors/community.crypto + - name: ansible.posix + version: "1.5.4" + source: git+https://git.mgrote.net/ansible-collections-mirrors/ansible.posix + - name: community.docker + version: "3.7.0" + source: git+https://git.mgrote.net/ansible-collections-mirrors/community.docker roles: - src: https://git.mgrote.net/ansible-roles-mirrors/pyratlabs-ansible-role-k3s scm: git