forked from infra/ansible
14 lines
264 B
YAML
14 lines
264 B
YAML
---
|
|
|
|
- name: Restart amavis
|
|
service: name=amavis state=restarted
|
|
|
|
- name: Restart dovecot
|
|
service: name=dovecot state=restarted
|
|
|
|
- name: Restart postfix
|
|
service: name=postfix state=restarted
|
|
|
|
- name: Restart postgrey
|
|
service: name=postgrey state=restarted
|