Skip to content
Snippets Groups Projects
Unverified Commit 87a09cbe authored by Filippo Projetto's avatar Filippo Projetto Committed by GitHub
Browse files

Update install.yml

parent 2b3402d0
Branches
Tags
No related merge requests found
......@@ -24,7 +24,7 @@
url: "https://github.com/prometheus/node_exporter/releases/download/v{{ node_exporter_version }}/node_exporter-{{ node_exporter_version }}.linux-{{ go_arch }}.tar.gz"
dest: "/tmp/node_exporter-{{ node_exporter_version }}.linux-{{ go_arch }}.tar.gz"
checksum: "sha256:{{ node_exporter_checksum }}"
mode: '0666'
mode: '0644'
register: _download_binary
until: _download_binary is succeeded
retries: 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment