From 3cd137b1461f22655f06a3ab90995aa52994e486 Mon Sep 17 00:00:00 2001 From: "Philip (a-0)" <@ph:a-0.me> Date: Fri, 22 Jul 2022 00:51:54 +0200 Subject: [PATCH] Added certbot systemd service path --- vars/debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/debian.yml b/vars/debian.yml index 95b46f7..6c3b572 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -1,5 +1,6 @@ --- certbot_os_supported: True +certbot_service_path: /lib/systemd/system/certbot.service certbot_renewal_scripts_path: /etc/certbot/renewal_scripts/ certbot_live_certs_path: /etc/letsencrypt/live/ \ No newline at end of file