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