Some checks failed
Ansible Lint Pipeline / Ansible-Development-Pipeline (ansible-dev-centos) (push) Failing after 46s
22 lines
477 B
YAML
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
|
|
|
|
...
|