Added a requirements file for ansible collection dependencies

This commit is contained in:
Alex Tavarez
2025-09-05 00:41:28 -04:00
parent 722eeefd96
commit e427da26a6

View File

@@ -0,0 +1,5 @@
---
collections:
- name: community.general
version: "11.2.1"
source: "https://galaxy.ansible.com"