16 lines
338 B
YAML
16 lines
338 B
YAML
---
|
|
collections:
|
|
- name: community.general
|
|
version: 8.4.0
|
|
|
|
- name: ansible.posix
|
|
version: 1.5.4
|
|
|
|
# This is a hack and probably should not be used in production. Anywhere. Ever.
|
|
- name: rhc.rear
|
|
source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-rear.git
|
|
type: git
|
|
version: main
|
|
|
|
...
|