source:
MondoRescue/branches/3.3/ansible/roles/smtp/handlers/main.yml@
3657
| Last change on this file since 3657 was 3655, checked in by , 9 years ago | |
|---|---|
| File size: 186 bytes | |
| Line | |
|---|---|
| 1 | --- |
| 2 | - name: check and restart postfix |
| 3 | command: /usr/sbin/postfix -c /etc/postfix check |
| 4 | notify: |
| 5 | - restart postfix |
| 6 | |
| 7 | - name: restart postfix |
| 8 | service: name=postfix state=restarted |
Note:
See TracBrowser
for help on using the repository browser.
