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

Commit 87a09cb

Browse files
authored
Update install.yml
1 parent 2b3402d commit 87a09cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +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: '0666'
27+
mode: '0644'
2828
register: _download_binary
2929
until: _download_binary is succeeded
3030
retries: 5

0 commit comments

Comments
 (0)