lvm_self_backup: Restrict permissions on systemd service files
This commit is contained in:
parent
951ae0c56b
commit
21b54c11cf
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
template:
|
template:
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
dest: /etc/systemd/system/
|
dest: /etc/systemd/system/
|
||||||
mode: '0755'
|
mode: '0600'
|
||||||
owner: 'root'
|
owner: 'root'
|
||||||
group: 'root'
|
group: 'root'
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Reference in a new issue