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

Commit 70f1411

Browse files
committed
Use localhost to fetch checksums
Avoid fetching checksums on every node by delegating the checksum fetch to localhost. Fixes: #165 [fix] Signed-off-by: Ben Kochie <[email protected]>
1 parent 0460c12 commit 70f1411

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
@@ -107,4 +107,5 @@
107107
with_items: "{{ _checksums }}"
108108
when:
109109
- "('linux-' + go_arch + '.tar.gz') in item"
110+
delegate_to: localhost
110111
when: node_exporter_binary_local_dir | length == 0

0 commit comments

Comments
 (0)