Skip to content

Commit 820ebdc

Browse files
authored
Checksum download is unnecessary when using local binary (#45)
1 parent c6ac5c7 commit 820ebdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/preflight.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
set_fact:
1919
coredns_checksum: "{{ lookup('url', 'https://github.com/coredns/coredns/releases/download/v' + coredns_version + '/coredns_' + coredns_version + '_linux_' + go_arch + '.tgz.sha256').split(' ')[0] }}"
2020
run_once: true
21+
when: coredns_binary_local_dir | length == 0

0 commit comments

Comments
 (0)