Do a weekly check rather than monthly. No reboot.

This commit is contained in:
Hyperling 2021-06-29 05:54:19 -05:00
parent d2f43cdeab
commit 040f09a2a1

View File

@ -9,7 +9,7 @@
cron:
user: root
name: Monthly Renewal
job: "{{ certbot.stdout }} renew && reboot"
special_time: monthly
job: "{{ certbot.stdout }} renew"
special_time: weekly
state: present
disabled: no