diff --git a/collections/requirements.yml b/collections/requirements.yml new file mode 100644 index 0000000..336b5b8 --- /dev/null +++ b/collections/requirements.yml @@ -0,0 +1,9 @@ +--- +collections: + # Official/Community collections + - name: ansible.posix + # - name: community.general + # - name: community.crypto + + +...