add requirements.txt

This commit is contained in:
jeltz 2022-08-26 02:23:01 +02:00
parent 9fc0aa1fe8
commit 2ff44c58b7
Signed by: jeltz
GPG Key ID: 800882B66C0C3326
1 changed files with 6 additions and 0 deletions

6
requirements.yml Normal file
View File

@ -0,0 +1,6 @@
---
collections:
- name: community.general
- name: community.postgresql
- name: ansible.utils
...