From 6f218a77633688fa1f62420abb29edc2e9630a47 Mon Sep 17 00:00:00 2001 From: Eric Morino Date: Wed, 26 Jul 2023 10:44:26 +0200 Subject: [PATCH] Add enabled and started systemd unit for mailgraph --- postfix/tasks/packmail.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postfix/tasks/packmail.yml b/postfix/tasks/packmail.yml index 945d2c6f..6562e0d3 100644 --- a/postfix/tasks/packmail.yml +++ b/postfix/tasks/packmail.yml @@ -18,11 +18,11 @@ group: www-data mode: '0755' -- name: make sure a service Mailgraph is running +- name: make sure a service Mailgraph is running and enabled ansible.builtin.systemd: name: mailgraph.service + enabled: yes state: started - enabled: true - name: create packmail main.cf ansible.builtin.template: