mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
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:
parent
91aa41ea85
commit
2115c3c602
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue