All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
19 lines
549 B
YAML
19 lines
549 B
YAML
---
|
|
collections:
|
|
- name: community.general
|
|
source: https://github.com/ansible-collections/community.general.git
|
|
type: git
|
|
#version: 9.5.0
|
|
- name: ansible.utils
|
|
source: https://github.com/ansible-collections/ansible.utils.git
|
|
type: git
|
|
#version: 4.1.0
|
|
|
|
- name: prometheus.prometheus
|
|
source: https://github.com/prometheus-community/ansible.git
|
|
type: git
|
|
#version: 0.22.0
|
|
|
|
- name: recordsansible.ara
|
|
source: https://github.com/ansible-community/ara-collection.git
|
|
type: git |