From 16fb0d97027908b5d6248b88d3beec8a73749bea Mon Sep 17 00:00:00 2001 From: jennerwein Date: Fri, 31 Jul 2020 16:18:21 +0200 Subject: [PATCH] Update binary.yml Variable {{ node_exporter_version }} --- tasks/binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/binary.yml b/tasks/binary.yml index 673781c..e9c6fef 100644 --- a/tasks/binary.yml +++ b/tasks/binary.yml @@ -39,6 +39,6 @@ state: "absent" with_items: - "/tmp/node_exporter-{{ node_exporter_version }}.linux-{{ node_exporter_arch }}.tar.gz" - - "/tmp/node_exporter-0.14.0.linux-{{ node_exporter_arch }}/" + - "/tmp/node_exporter-{{ node_exporter_version }}-{{ node_exporter_arch }}/" when: bin.stat.exists == False or bin.stat.checksum != node_exporter_checksum_binary