tower-load-test/collections/requirements.yml
Chris Hammer c280143d02 Update ansible.cfg for correct callback call for AAP
Update collections/requirements.yml to include additional collections
2023-06-16 16:39:04 -04:00

10 lines
137 B
YAML

---
collections:
# Official/Community collections
- name: ansible.posix
- name: community.general
- name: community.crypto
...