From ff9fd10b1c873312ab8f92e8609a3b69b7312193 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sun, 28 Aug 2022 12:42:59 +0200 Subject: [PATCH] Unconditionally start postfix --- machine.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/machine.yml b/machine.yml index c9a181b..8c469ee 100644 --- a/machine.yml +++ b/machine.yml @@ -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