From 8436e64b3a6757bdc92029621bcc7746fa09ebd1 Mon Sep 17 00:00:00 2001 From: Otthorn Date: Fri, 29 Jan 2021 00:56:08 +0100 Subject: [PATCH] reload -> restart --- roles/dovecot/handlers/main.yml | 4 ++-- roles/dovecot/tasks/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/dovecot/handlers/main.yml b/roles/dovecot/handlers/main.yml index d25b2b8..8f8b702 100644 --- a/roles/dovecot/handlers/main.yml +++ b/roles/dovecot/handlers/main.yml @@ -1,5 +1,5 @@ --- -- name: Reload dovecot +- name: Restart dovecot service: name: dovecot - state: reloaded + state: restarted diff --git a/roles/dovecot/tasks/main.yml b/roles/dovecot/tasks/main.yml index ddaf92d..9b66d05 100644 --- a/roles/dovecot/tasks/main.yml +++ b/roles/dovecot/tasks/main.yml @@ -53,7 +53,7 @@ - "10-ssl.conf" - "10-logging.conf" - "auth-system.conf.ext" - notify: Reload dovecot + notify: Restart dovecot # Add the Dovecot configuration file outside of conf.d - name: Add Dovecot configuration outside of conf.d