ansible-play-baseos/requirements.yml
Chris Hammer ca73cb59d5
All checks were successful
continuous-integration/drone/push Build is passing
BaseOS v1.0.30
2024-03-03 19:56:51 -05:00

17 lines
315 B
YAML

---
collections:
# Local Collections
- name: jchristianh.baseos
source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-baseos.git
type: git
version: 1.0.30
# Galaxy Collections
- name: community.general
version: 8.4.0
- name: ansible.posix
version: 1.5.4
...