We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8445c32 commit 53ff571Copy full SHA for 53ff571
defaults/main.yml
@@ -46,7 +46,7 @@ certbot_create_command: >-
46
{{ '--post-hook /etc/letsencrypt/renewal-hooks/post/start_services'
47
if certbot_create_standalone_stop_services and certbot_create_method == 'standalone'
48
else '' }}
49
- {{ '--deploy-hook \'' + cert_item.deploy_hook + '\''
+ {{ "--deploy-hook '" ~ cert_item.deploy_hook ~ "'"
50
if 'deploy_hook' in cert_item
51
52
0 commit comments