add collection requirements

This commit is contained in:
Chris Hammer 2023-03-14 17:00:23 -04:00
parent 49e549b8af
commit e18c7f85a2
2 changed files with 10 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
collections collections/ansible_collections
facts.d facts.d
inventory_cache inventory_cache

View File

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