From bceefce926eca5bf67a29fad361fc71ac0207657 Mon Sep 17 00:00:00 2001 From: "Philip (a-0)" <@ph:a-0.me> Date: Tue, 26 Jul 2022 20:33:05 +0200 Subject: [PATCH] do not require certbot service and timer to be started, only enabled --- tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 4bf2292..dc00db5 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -48,13 +48,11 @@ - name: Ensure certbot systemd service is enabled systemd: name: certbot.service - state: started enabled: yes - name: Ensure certbot systemd timer is enabled systemd: name: certbot.timer - state: started enabled: yes - name: Check whether the cert already exists