Update default deploy hook

Co-Authored-By: Kieren Evans <kierenevans@users.noreply.github.com>
This commit is contained in:
simonspa 2019-12-16 13:25:43 +01:00 committed by Simon Spannagel
parent e669ab0ac4
commit 2e13cb13cf

View File

@ -56,4 +56,4 @@ certbot_keep_updated: true
certbot_dir: /opt/certbot certbot_dir: /opt/certbot
# Restart this service after successfull certificate creation: # Restart this service after successfull certificate creation:
certbot_deployhook: "service {{certbot_create_standalone_stop_services }} restart" certbot_deployhook: "service {{ certbot_create_standalone_stop_services | join(' restart && service ') }} restart"