more restricted file permissions to protect secrets in config file

This commit is contained in:
Robert Kaussow 2019-01-19 22:04:27 +01:00
parent 5e740b25ed
commit 06f3f07c27
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
template:
src: "opt/matrix/config/{{ item }}.j2"
dest: "{{ matrix_conf_dir }}/{{ item }}"
mode: 0650
mode: 0600
loop:
- "homeserver.yml"
- "logging.config"