8 lines
238 B
YAML
8 lines
238 B
YAML
- name: restart postfix
|
|
service: name=postfix state=restarted
|
|
|
|
- name: restart saslauthd
|
|
service: name=saslauthd state=restarted
|
|
|
|
- name: restart prometheus-postfix-exporter
|
|
service: name=prometheus-postfix-exporter state=restarted
|