fix trailing space

This commit is contained in:
Florian R. Hölzlwimmer 2025-01-28 19:23:15 +01:00 committed by Florian R. Hölzlwimmer
parent 999372cc7e
commit 2d3cf2ad13

View File

@ -48,7 +48,7 @@ certbot_create_command: >-
{{ '--post-hook /etc/letsencrypt/renewal-hooks/post/start_services'
if certbot_create_standalone_stop_services and certbot_create_method == 'standalone'
else '' }}
{{ '--deploy-hook \'' + cert_item.deploy_hook + '\''
{{ '--deploy-hook \'' + cert_item.deploy_hook + '\''
if 'deploy_hook' in cert_item
else '' }}