From 2cec3bb426603b87f0dffe88f171fbfbf5784655 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sat, 27 Aug 2022 18:55:35 +0200 Subject: [PATCH] Install postfix --- machine.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/machine.yml b/machine.yml index f817714..646682a 100644 --- a/machine.yml +++ b/machine.yml @@ -3,3 +3,13 @@ vars_files: - secrets.yml + + tasks: + + # ---------------------------------------------------------------------------------------------- + # E-mail configuration. + # ---------------------------------------------------------------------------------------------- + + - name: Install postfix + apt: + name: postfix