Skip to content
Snippets Groups Projects
Unverified Commit 18ff8f88 authored by Ben Kochie's avatar Ben Kochie Committed by GitHub
Browse files

Merge pull request #233 from agcandil/hotfix/230

fix #230
parents e31bf1ea 19f269b2
Branches
No related tags found
No related merge requests found
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
become: true become: true
when: when:
( not __node_exporter_is_installed.stat.exists ) or ( 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 ) ( node_exporter_binary_local_dir | length > 0 )
tags: tags:
- node_exporter_install - node_exporter_install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment