Skip to content

Commit 09baf2c

Browse files
committed
fix register for condition
1 parent ed45edd commit 09baf2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/preflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
redis_exporter_version: "{{ _latest_release.json.tag_name[1:] }}"
6060
when:
6161
- redis_exporter_version == "lastest"
62-
- node_exporter_binary_local_dir | length == 0
62+
- redis_exporter_binary_local_dir | length == 0
6363
delegate_to: localhost
6464
run_once: true
6565

0 commit comments

Comments
 (0)