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

View File

@ -25,9 +25,7 @@ jobs:
- name: Install Ansible Galaxy Dependencies - name: Install Ansible Galaxy Dependencies
run: | run: |
tree ansible-galaxy install -r requirements.yml
ansible-galaxy install -r roles/requirements.yml
ansible-galaxy install -r collections/requirements.yml
- name: Run Ansible-Lint - name: Run Ansible-Lint
run: | run: |

View File

@ -1,4 +1,10 @@
--- ---
roles:
- name: verified_reboot
src: https://gitea.thezengarden.net/ansible_plays/verified_reboot.git
scm: git
version: main
collections: collections:
- name: community.general - name: community.general
version: 8.4.0 version: 8.4.0