From 9eef89beab56057872dc65c7efc010d0198d7867 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 30 Jan 2023 23:35:47 +0200 Subject: [PATCH] change to started --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index c106a0b..8204a6a 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -90,7 +90,7 @@ - name: Ensure DBMail HTTP service is enabled ansible.builtin.systemd: - state: restarted + state: started daemon_reload: true enabled: true name: dbmail-httpd