fix permissions-linter and kics

This commit is contained in:
2026-07-16 16:56:23 +03:00
parent fdb0700e42
commit 8f8c56c04e

View File

@@ -59,6 +59,8 @@
ansible.builtin.unarchive:
src: "/tmp/alloy-linux-amd64.zip"
dest: "/tmp"
group: "alloy"
owner: "alloy"
remote_src: true
- name: "Install | Put the binary under the PATH"
@@ -87,4 +89,4 @@
dest: /etc/systemd/system/alloy.service
owner: "root"
group: "root"
mode: "0644"
mode: "0600"