Remove old deploy hook method superseded by pre-hook and post-hook methods

This commit is contained in:
Simon Spannagel
2021-11-22 07:27:48 +01:00
parent e35a5d0fb9
commit a9a3ef77a3
3 changed files with 0 additions and 26 deletions
-8
View File
@@ -58,11 +58,3 @@ certbot_keep_updated: true
# Where to put Certbot when installing from source.
certbot_dir: /opt/certbot
# Restart this service after successful certificate creation:
certbot_deployhook: |
{% for service in certbot_create_standalone_stop_services %}
if systemctl list-unit-files | grep -q "^{{ service }}.service"; then
systemctl restart {{ service }}
fi
{% endfor %}