diff --git a/collections/requirements.yml b/collections/requirements.yml index 7f4aa22..6c4c45b 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -1,6 +1,9 @@ --- -- name: ansible.posix -- name: community.general +collections: + # Official/Community collections + - name: ansible.posix + - name: community.general + - name: community.crypto ...