Add python requirements for linode inventory script

This commit is contained in:
2025-08-07 13:04:20 -05:00
parent 3d38a67634
commit f408623174

View File

@@ -1,3 +1,8 @@
---
collections: collections:
- name: community.general - name: community.general
- name: linode.cloud - name: linode.cloud
python:
- requests>=2.25.0
- urllib3>=1.26.0