Add collections/requirements.yml for testing

This commit is contained in:
Chris Hammer 2024-03-11 20:18:29 -04:00
parent aa23cdd97b
commit bac3a83c0e

View File

@ -0,0 +1,9 @@
---
collections:
- name: community.general
version: 8.4.0
- name: ansible.posix
version: 1.5.4
...