Compare commits

..

2 commits

Author SHA1 Message Date
6cf28f8740 Update docker.io/library/postgres Docker tag to v15
All checks were successful
/ build (pull_request) Successful in 28s
/ Ansible Lint (push) Successful in 2m23s
/ Ansible Lint (pull_request) Successful in 2m30s
2026-07-23 20:16:09 +00:00
4218b59d3b
fix: alloy role the suites for deb repo must be stable
All checks were successful
/ build (push) Successful in 27s
/ Ansible Lint (push) Successful in 2m27s
2026-07-23 22:08:58 +02:00

View file

@ -5,7 +5,7 @@
name: grafana name: grafana
types: deb types: deb
uris: https://apt.grafana.com uris: https://apt.grafana.com
suites: "{{ ansible_facts['distribution_release'] }}" suites: stable
components: components:
- main - main
signed_by: https://apt.grafana.com/gpg.key signed_by: https://apt.grafana.com/gpg.key