We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ac5c7 commit 820ebdcCopy full SHA for 820ebdc
tasks/preflight.yml
@@ -18,3 +18,4 @@
18
set_fact:
19
coredns_checksum: "{{ lookup('url', 'https://github.com/coredns/coredns/releases/download/v' + coredns_version + '/coredns_' + coredns_version + '_linux_' + go_arch + '.tgz.sha256').split(' ')[0] }}"
20
run_once: true
21
+ when: coredns_binary_local_dir | length == 0
0 commit comments