From 4218b59d3b6f251040a0d46f3ded800744e81da7 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 23 Jul 2026 22:08:58 +0200 Subject: [PATCH] fix: alloy role the suites for deb repo must be stable --- roles/alloy/tasks/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/alloy/tasks/install.yaml b/roles/alloy/tasks/install.yaml index 68b2963..438e5d5 100644 --- a/roles/alloy/tasks/install.yaml +++ b/roles/alloy/tasks/install.yaml @@ -5,7 +5,7 @@ name: grafana types: deb uris: https://apt.grafana.com - suites: "{{ ansible_facts['distribution_release'] }}" + suites: stable components: - main signed_by: https://apt.grafana.com/gpg.key