Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
tasks: fix downloading latest version of binary
Browse files Browse the repository at this point in the history
[minor] release
  • Loading branch information
paulfantom committed Mar 29, 2020
1 parent 363f8a9 commit 80783f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
alertmanager_version: "{{ _latest_release.json.tag_name[1:] }}"
when:
- alertmanager_version == "latest"
- alertmanager_binary_local_path | length == 0
- alertmanager_binary_local_dir | length == 0

- name: "Get checksum for {{ go_arch }} architecture"
set_fact:
Expand Down

0 comments on commit 80783f2

Please sign in to comment.