Add current status
This commit is contained in:
parent
19a9a93c10
commit
36a6276900
3 changed files with 13 additions and 0 deletions
|
|
@ -1,2 +1,8 @@
|
|||
- include: install.yml
|
||||
|
||||
- name: create local.d config files
|
||||
template:
|
||||
src: local.d.config.j2
|
||||
dest: "/etc/rspamd/local.d/{{ item.key }}"
|
||||
mode: "0440"
|
||||
loop: "{{ rspamd.local_configs | dict2items }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue