Files
ansible-collection-rear/requirements.yml
Chris Hammer 9a06928cdb
All checks were successful
Ansible Lint Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Successful in 49s
Begin validation code re-work
2025-09-26 14:47:24 -04:00

22 lines
488 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: validate_backup
...