Consolidate roles|collections/requirements.yml into single file
Some checks failed
Ansible Lint Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Failing after 46s

This commit is contained in:
2025-09-24 16:17:19 -04:00
parent d0f5925ae2
commit 728b367d5d
2 changed files with 7 additions and 3 deletions

21
requirements.yml Normal file
View File

@ -0,0 +1,21 @@
---
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
...