|
Last change
on this file since 3783 was 3667, checked in by Bruno Cornec, 9 years ago |
|
Many updates to MR setup
|
|
File size:
282 bytes
|
| Rev | Line | |
|---|
| [3655] | 1 | ---
|
|---|
| 2 | - name: check and restart postfix
|
|---|
| 3 | command: /usr/sbin/postfix -c /etc/postfix check
|
|---|
| 4 | notify:
|
|---|
| 5 | - restart postfix
|
|---|
| [3667] | 6 | - redo postalias
|
|---|
| [3655] | 7 |
|
|---|
| 8 | - name: restart postfix
|
|---|
| 9 | service: name=postfix state=restarted
|
|---|
| [3667] | 10 |
|
|---|
| 11 | - name: redo postalias
|
|---|
| 12 | command: /usr/sbin/postalias /etc/postfix/aliases
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.