postfix typo
This commit is contained in:
parent
2a943b5d3c
commit
25e61c72ee
2 changed files with 4 additions and 2 deletions
|
@ -116,7 +116,7 @@
|
||||||
- $files/postfix/main.cf.${postfix_group}
|
- $files/postfix/main.cf.${postfix_group}
|
||||||
- $files/postfix/main.cf
|
- $files/postfix/main.cf
|
||||||
notify:
|
notify:
|
||||||
- restart postifx
|
- restart postfix
|
||||||
tags:
|
tags:
|
||||||
- postfix
|
- postfix
|
||||||
- config
|
- config
|
||||||
|
|
|
@ -13,8 +13,10 @@
|
||||||
- $files/postfix/main.cf.${postfix_group}
|
- $files/postfix/main.cf.${postfix_group}
|
||||||
- $files/postfix/main.cf
|
- $files/postfix/main.cf
|
||||||
notify:
|
notify:
|
||||||
- restart postifx
|
- restart postfix
|
||||||
tags:
|
tags:
|
||||||
- postfix
|
- postfix
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
- name: enable postfix to start
|
||||||
|
action: service name=postfix state=running enabled=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue