From c04bfb7410c861f5364117851f99332bca0f5ca8 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Wed, 26 May 2021 19:04:01 +0200 Subject: [PATCH] update var name --- tasks/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/prometheus.yml b/tasks/prometheus.yml index 086a411..a6391db 100644 --- a/tasks/prometheus.yml +++ b/tasks/prometheus.yml @@ -43,7 +43,7 @@ docker_container: name: prometheus hostname: '{{ inventory_hostname }}' - image: prom/prometheus:{{ awh_services_prometheus_version|default("latest") }} + image: prom/prometheus:{{ prometheus_server_version|default("latest") }} volumes: - /etc/prometheus/:/etc/prometheus/ - prometheus_data:/prometheus