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:
|
||||
src: "{{ item }}"
|
||||
dest: /etc/systemd/system/
|
||||
mode: '0755'
|
||||
mode: '0600'
|
||||
owner: 'root'
|
||||
group: 'root'
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Reference in a new issue