Compare commits

..

No commits in common. "ca20721f04b46d49b423d61cecd0e88fc7090e78" and "0f3cd2c70ab2a937327280adec5194402247aa2b" have entirely different histories.

View file

@ -1,17 +1,11 @@
collections: collections:
# debops.debops # Install a collection from Ansible Galaxy.
- source: https://github.com/debops/debops - name: debops.debops
type: git version: ">=3.1.0"
version: "v3.2.5" source: https://galaxy.ansible.com
# community.sops - name: community.sops
- source: https://github.com/ansible-collections/community.sops version: ">=2.2.4"
type: git source: https://galaxy.ansible.com
version: "2.2.7" - name: community.docker
# community.docker version: ">=5.0.0"
- source: https://github.com/ansible-collections/community.docker source: https://galaxy.ansible.com
type: git
version: "5.0.5"
# grafana.grafana
- source: https://github.com/grafana/grafana-ansible-collection
type: git
version: "6.0.6"