move requirements.yml to root dir; re-add role to baseos_vars.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-12-09 00:31:04 -05:00
parent 61eda40d9f
commit 1f68149add
2 changed files with 2 additions and 1 deletions

14
requirements.yml Normal file
View File

@ -0,0 +1,14 @@
---
collections:
# Our Collections
- name: jchristianh.basos
source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-baseos.git
type: git
version: main
# External Collections
- name: community.general
- name: ansible.posix
...