ansible-play-baseos/requirements.yml
Chris Hammer 4831bf37f4
All checks were successful
continuous-integration/drone/push Build is passing
BaseOS v1.0.28; Remove node_status from default run list
2024-03-01 17:01:53 -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.28
# Galaxy Collections
- name: community.general
version: 8.4.0
- name: ansible.posix
version: 1.5.4
...