fix versions collections

This commit is contained in:
Ruben Blanco 2024-05-24 13:56:53 +02:00
parent d07393cbd4
commit a86249e618
1 changed files with 8 additions and 2 deletions

View File

@ -1,8 +1,14 @@
--- ---
collections: collections:
- name: https://github.com/ansible-collections/community.general.git - name: community.general
type: git
version: '>=9.0.0' version: '>=9.0.0'
type: galaxy
- name: ansible.posix - name: ansible.posix
version: '>=1.5.4'
type: galaxy
- name: ansible.utils - name: ansible.utils
version: '>=4.1.0'
type: galaxy
- name: ansible.windows - name: ansible.windows
version: '>=2.3.0'
type: galaxy