Fix perms
This commit is contained in:
parent
b1b681d8a0
commit
4fc8822849
|
@ -60,6 +60,9 @@
|
|||
src: "{{ role_path }}/vault/secret.exs"
|
||||
dest: "/etc/pleroma/secret.exs"
|
||||
follow: yes
|
||||
owner: "nobody"
|
||||
group: "root"
|
||||
mode: "700"
|
||||
tags:
|
||||
- pleroma
|
||||
- vault
|
||||
|
|
Reference in New Issue