fix permissions-linter and kics
This commit is contained in:
@@ -59,6 +59,8 @@
|
|||||||
ansible.builtin.unarchive:
|
ansible.builtin.unarchive:
|
||||||
src: "/tmp/alloy-linux-amd64.zip"
|
src: "/tmp/alloy-linux-amd64.zip"
|
||||||
dest: "/tmp"
|
dest: "/tmp"
|
||||||
|
group: "alloy"
|
||||||
|
owner: "alloy"
|
||||||
remote_src: true
|
remote_src: true
|
||||||
|
|
||||||
- name: "Install | Put the binary under the PATH"
|
- name: "Install | Put the binary under the PATH"
|
||||||
@@ -87,4 +89,4 @@
|
|||||||
dest: /etc/systemd/system/alloy.service
|
dest: /etc/systemd/system/alloy.service
|
||||||
owner: "root"
|
owner: "root"
|
||||||
group: "root"
|
group: "root"
|
||||||
mode: "0644"
|
mode: "0600"
|
||||||
|
|||||||
Reference in New Issue
Block a user