Some checks reported errors
continuous-integration/drone/push Build encountered an error
Ansible Test / CentOS9-Ansible-Pipeline (push) Failing after 7s
Ansible Test / Fedora39-Ansible-Pipeline (push) Failing after 7s
Ansible Test / Debian11-Ansible-Pipeline (push) Failing after 6s
Ansible Test / Debian12-Ansible-Pipeline (push) Failing after 7s
15 lines
277 B
YAML
15 lines
277 B
YAML
---
|
|
collections:
|
|
# Our Collections
|
|
- name: jchristianh.basos
|
|
source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-baseos.git
|
|
type: git
|
|
version: testing
|
|
|
|
# External Collections
|
|
- name: community.general
|
|
- name: ansible.posix
|
|
|
|
|
|
...
|