Unconditionally start postfix

This commit is contained in:
Wojciech Kozlowski 2022-08-28 12:42:59 +02:00
parent e1beb5e38c
commit ff9fd10b1c

View File

@ -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