mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
fix trailing space
This commit is contained in:
parent
999372cc7e
commit
2d3cf2ad13
@ -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 '' }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user