fix requirements.yml

This commit is contained in:
Chris Hammer 2023-04-28 21:51:45 -04:00
parent 11cf6bc881
commit c7cce79783

View File

@ -1,6 +1,9 @@
---
- name: ansible.posix
- name: community.general
collections:
# Official/Community collections
- name: ansible.posix
- name: community.general
- name: community.crypto
...