Remove excess whitespace

This commit is contained in:
Simon Spannagel
2021-11-22 07:25:31 +01:00
parent 854a36e048
commit e35a5d0fb9
+1 -1
View File
@@ -34,7 +34,7 @@ certbot_create_command: >-
--noninteractive --agree-tos
--email {{ cert_item.email | default(certbot_admin_email) }}
{{ '--webroot-path ' if certbot_create_method == 'webroot' else '' }}
{{ cert_item.webroot | default(certbot_webroot) if certbot_create_method == 'webroot' else '' }}
{{ cert_item.webroot | default(certbot_webroot) if certbot_create_method == 'webroot' else '' }}
-d {{ cert_item.domains | join(',') }}
{{ '--pre-hook /etc/letsencrypt/renewal-hooks/pre/stop_services'
if certbot_create_standalone_stop_services