fix versions collections
This commit is contained in:
parent
d07393cbd4
commit
a86249e618
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue