This commit is contained in:
parent
e1d8382fed
commit
d3cf2c7e5f
1 changed files with 5 additions and 0 deletions
5
roles/dovecot/handlers/main.yml
Normal file
5
roles/dovecot/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
- name: Reload dovecot
|
||||||
|
service:
|
||||||
|
name: dovecot
|
||||||
|
state: reloaded
|
Loading…
Reference in a new issue