From 04e5bc7b50fa6ec6de4d20e8514b6b519fe9988f Mon Sep 17 00:00:00 2001 From: Elveg Date: Thu, 16 Jul 2026 17:10:17 +0300 Subject: [PATCH] fix spaces and permissions --- roles/grafana_alloy/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: