🔧 Pin the Grafana verion
Pin the grafana version to avoid issues with incompatibilities in dependend tools, such as grafana-kiosk.
This commit is contained in:
parent
4001a16974
commit
090fa3eb22
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue