ansible-play-baseos/requirements.yml
Chris Hammer 5159ec825b
All checks were successful
continuous-integration/drone/push Build is passing
Cleanup
2023-12-15 02:41:50 -05:00

15 lines
275 B
YAML

---
collections:
# Our Collections
- name: jchristianh.basos
source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-baseos.git
type: git
version: testing
# Galaxy Collections
- name: community.general
- name: ansible.posix
...