Skip to content

Commit 53ff571

Browse files
authored
Fix escaping
1 parent 8445c32 commit 53ff571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ certbot_create_command: >-
4646
{{ '--post-hook /etc/letsencrypt/renewal-hooks/post/start_services'
4747
if certbot_create_standalone_stop_services and certbot_create_method == 'standalone'
4848
else '' }}
49-
{{ '--deploy-hook \'' + cert_item.deploy_hook + '\''
49+
{{ "--deploy-hook '" ~ cert_item.deploy_hook ~ "'"
5050
if 'deploy_hook' in cert_item
5151
else '' }}
5252

0 commit comments

Comments
 (0)