diff --git a/roles/grafana_alloy/tasks/install.yml b/roles/grafana_alloy/tasks/install.yml index 14c8c8d..510c9e8 100644 --- a/roles/grafana_alloy/tasks/install.yml +++ b/roles/grafana_alloy/tasks/install.yml @@ -48,6 +48,7 @@ dest: "/tmp/alloy-linux-amd64.zip" group: "alloy" owner: "alloy" + mode: "0644" timeout: 30 force: true register: grafana_alloy_download_status @@ -81,7 +82,6 @@ path: "{{ item }}" state: absent - - name: "Install | Create a systemd service unit" notify: "(Re)start Alloy service" ansible.builtin.template: