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