ansible-play-baseos/requirements.yml
Chris Hammer 099fe6c9f9
All checks were successful
continuous-integration/drone/push Build is passing
BaseOS v1.0.34
2024-03-21 11:46:11 -04: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.34
# Galaxy Collections
- name: community.general
version: 8.4.0
- name: ansible.posix
version: 1.5.4
...