restart rspamd after deploying config files
This commit is contained in:
parent
e31ddb9102
commit
46cb034e85
2 changed files with 4 additions and 0 deletions
2
handlers/main.yml
Normal file
2
handlers/main.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
- name: restart rspamd
|
||||||
|
service: name=rspamd state=restarted
|
||||||
|
|
@ -22,3 +22,5 @@
|
||||||
owner: _rspamd
|
owner: _rspamd
|
||||||
lstrip_blocks: yes
|
lstrip_blocks: yes
|
||||||
loop: "{{ rspamd.local_configs | dict2items }}"
|
loop: "{{ rspamd.local_configs | dict2items }}"
|
||||||
|
notify:
|
||||||
|
- restart rspamd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue