own config files by _rspamd

This commit is contained in:
psy 2021-01-14 17:51:48 +01:00
parent 531bdb284c
commit 28098d3474
No known key found for this signature in database
GPG key ID: DFF5B17AC3A8ECF5

View file

@ -5,4 +5,5 @@
src: local.d.config.j2
dest: "/etc/rspamd/local.d/{{ item.key }}"
mode: "0440"
owner: _rspamd
loop: "{{ rspamd.local_configs | dict2items }}"