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

Commit 99d05e2

Browse files
authored
Merge pull request #178 from FilippoProjetto/patch-1
2 parents 2c0357f + 87a09cb commit 99d05e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
url: "https://github.com/prometheus/node_exporter/releases/download/v{{ node_exporter_version }}/node_exporter-{{ node_exporter_version }}.linux-{{ go_arch }}.tar.gz"
2525
dest: "/tmp/node_exporter-{{ node_exporter_version }}.linux-{{ go_arch }}.tar.gz"
2626
checksum: "sha256:{{ node_exporter_checksum }}"
27+
mode: '0644'
2728
register: _download_binary
2829
until: _download_binary is succeeded
2930
retries: 5

0 commit comments

Comments
 (0)