10 lines
200 B
YAML
10 lines
200 B
YAML
---
|
|
- name: restart_postfix
|
|
service: name=postfix state=restarted
|
|
|
|
- name: restart_dovecot
|
|
service: name=dovecot state=restarted
|
|
|
|
- name: restart_opendkim
|
|
service: name=opendkim state=restarted
|