fixed line too long (yamllint) for cron.yml

This commit is contained in:
Bastian de Byl
2020-09-24 22:53:53 -04:00
parent 53f2868916
commit 770be0ef4b

View File

@@ -5,5 +5,6 @@
name: certbot_renew name: certbot_renew
special_time: weekly special_time: weekly
job: | job: |
certbot renew --pre-hook "systemctl stop nginx" --post-hook "systemctl start nginx" certbot renew --pre-hook "systemctl stop nginx" \
--post-hook "systemctl start nginx"
tags: cron tags: cron