Update default deploy hook

Co-Authored-By: Kieren Evans <kierenevans@users.noreply.github.com>
pull/97/head
simonspa 5 years ago committed by Simon Spannagel
parent e669ab0ac4
commit 2e13cb13cf
  1. 2
      defaults/main.yml

@ -56,4 +56,4 @@ certbot_keep_updated: true
certbot_dir: /opt/certbot
# 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"

Loading…
Cancel
Save