Some checks failed
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Successful in 1m38s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-debian) (push) Failing after 29s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora) (push) Failing after 30s
17 lines
315 B
YAML
17 lines
315 B
YAML
---
|
|
collections:
|
|
# Local Collections
|
|
- name: jchristianh.baseos
|
|
source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-baseos.git
|
|
type: git
|
|
version: 1.0.35
|
|
|
|
# Galaxy Collections
|
|
- name: community.general
|
|
version: 8.4.0
|
|
|
|
- name: ansible.posix
|
|
version: 1.5.4
|
|
|
|
...
|