skip_changelog: Add community.docker collection

Add Ansible community.docker collection to the requirements to make sure
it gets installed with git. Fixes install breakage due to Galaxy API changes.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ 2023-10-19 15:07:12 +02:00
parent 91aa41ea85
commit 2115c3c602
No known key found for this signature in database
GPG key ID: C646B23C9E3245F1

View file

@ -1,5 +1,7 @@
---
collections:
- name: https://github.com/ansible-collections/community.docker.git
type: git
- name: https://github.com/ansible-collections/community.general.git
type: git
- name: https://github.com/ansible-collections/community.crypto.git