Files
ansible-collection-rear/requirements.yml
Chris Hammer 728b367d5d
Some checks failed
Ansible Lint Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Failing after 46s
Consolidate roles|collections/requirements.yml into single file
2025-09-24 16:17:19 -04:00

22 lines
477 B
YAML

---
roles:
- name: verified_reboot
src: https://gitea.thezengarden.net/ansible_plays/verified_reboot.git
scm: git
version: main
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
...