From a86249e61890349e4335df7850adda6a93050535 Mon Sep 17 00:00:00 2001 From: rubenb Date: Fri, 24 May 2024 13:56:53 +0200 Subject: [PATCH] fix versions collections --- collections/requirements.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/collections/requirements.yml b/collections/requirements.yml index d9492d1..b6c2d05 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -1,8 +1,14 @@ --- collections: -- name: https://github.com/ansible-collections/community.general.git - type: git +- name: community.general version: '>=9.0.0' + type: galaxy - name: ansible.posix + version: '>=1.5.4' + type: galaxy - name: ansible.utils + version: '>=4.1.0' + type: galaxy - name: ansible.windows + version: '>=2.3.0' + type: galaxy