From b32e157e322eba4cd4e22ef46eae29d4dbc03512 Mon Sep 17 00:00:00 2001 From: "Philip (a-0)" <@ph:a-0.me> Date: Tue, 26 Jul 2022 20:35:31 +0200 Subject: [PATCH] reload certbot service and timer --- tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index dc00db5..4703ca3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -48,11 +48,13 @@ - name: Ensure certbot systemd service is enabled systemd: name: certbot.service + state: reloaded enabled: yes - name: Ensure certbot systemd timer is enabled systemd: name: certbot.timer + state: reloaded enabled: yes - name: Check whether the cert already exists