Fix crontab entries

This commit is contained in:
Felix Ableitner 2020-03-18 13:46:18 +01:00
parent 7f967d689a
commit a0acd1fe9b

View file

@ -76,12 +76,12 @@
special_time=daily special_time=daily
name=certbot-renew-gitea name=certbot-renew-gitea
user=root user=root
job="certbot certonly -d {{ domain }} -n --webroot --deploy-hook 'nginx -s reload'" job="certbot certonly --nginx -d {{ domain }} -n --deploy-hook 'nginx -s reload'"
- name: renew weblate certificates - name: renew weblate certificates
cron: cron:
special_time=daily special_time=daily
name=certbot-renew-gitea name=certbot-renew-gitea
user=root user=root
job="certbot certonly -d weblate.{{ domain }} -n --webroot --deploy-hook 'nginx -s reload'" job="certbot certonly --nginx -d weblate.{{ domain }} -n --deploy-hook 'nginx -s reload'"