Unconditionally start postfix
This commit is contained in:
parent
e1beb5e38c
commit
ff9fd10b1c
@ -80,7 +80,13 @@
|
|||||||
path: /etc/postfix/sasl_passwd.db
|
path: /etc/postfix/sasl_passwd.db
|
||||||
mode: 0600
|
mode: 0600
|
||||||
|
|
||||||
- name: Enable/restart postfix
|
- name: Enable/start postfix
|
||||||
|
service:
|
||||||
|
name: postfix
|
||||||
|
enabled: yes
|
||||||
|
state: started
|
||||||
|
|
||||||
|
- name: Restart postfix
|
||||||
service:
|
service:
|
||||||
name: postfix
|
name: postfix
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user