11 lines
301 B
YAML
11 lines
301 B
YAML
- name: restart dovecot
|
|
service: name=dovecot state=restarted
|
|
|
|
- name: restart postfix
|
|
service: name=postfix state=restarted
|
|
|
|
- name: restart prometheus-postfix-exporter
|
|
service: name=prometheus-postfix-exporter state=restarted
|
|
|
|
- name: restart postsrsd
|
|
service: name=postsrsd state=restarted
|