Skip to content
Snippets Groups Projects
Commit 5c049ffd authored by Antonio G Candil's avatar Antonio G Candil
Browse files
parent dc266fd1
Branches
Tags
No related merge requests found
......@@ -9,7 +9,8 @@
become: true
when:
( not __node_exporter_is_installed.stat.exists ) or
( __node_exporter_current_version_output.stderr_lines[0].split(" ")[2] != node_exporter_version ) or
( (__node_exporter_current_version_output.stderr_lines | length > 0) and (__node_exporter_current_version_output.stderr_lines[0].split(" ")[2] != node_exporter_version) ) or
( (__node_exporter_current_version_output.stdout_lines | length > 0) and (__node_exporter_current_version_output.stdout_lines[0].split(" ")[2] != node_exporter_version) ) or
( node_exporter_binary_local_dir | length > 0 )
tags:
- node_exporter_install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment