From 2cad2addcde73a859e4dddc78fc3a5620b637b8f Mon Sep 17 00:00:00 2001 From: simonspa <1677436+simonspa@users.noreply.github.com> Date: Sun, 15 Aug 2021 19:35:50 +0200 Subject: [PATCH] Update defaults/main.yml Co-authored-by: Jeff Geerling --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index a194816..16a7177 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -59,7 +59,7 @@ certbot_keep_updated: true # Where to put Certbot when installing from source. certbot_dir: /opt/certbot -# Restart this service after successfull certificate creation: +# Restart this service after successful certificate creation: certbot_deployhook: | {% for service in certbot_create_standalone_stop_services %} if systemctl list-unit-files | grep -q "^{{ service }}.service"; then