Compare commits

..

1 commit

Author SHA1 Message Date
67a0dbe4b3 Update docker.io/library/postgres Docker tag to v18
Some checks failed
/ Ansible Lint (push) Failing after 45s
/ Ansible Lint (pull_request) Failing after 44s
2026-01-25 21:45:56 +00:00

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"