From 090fa3eb22a3f9e5b5ef0eb5f54dc193887d75f6 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Wed, 12 Apr 2023 16:08:05 +0200 Subject: [PATCH] :wrench: Pin the Grafana verion Pin the grafana version to avoid issues with incompatibilities in dependend tools, such as grafana-kiosk. --- host-pottwal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host-pottwal.yml b/host-pottwal.yml index 37473c5..a09d591 100644 --- a/host-pottwal.yml +++ b/host-pottwal.yml @@ -451,7 +451,7 @@ - name: Ensure container for grafana is running docker_container: name: grafana - image: "grafana/grafana" + image: "grafana/grafana:9.4.7" pull: true state: started detach: yes