diff --git a/tasks/server/cron/certbot.yml b/tasks/server/cron/certbot.yml index 6995093..5a83f1a 100644 --- a/tasks/server/cron/certbot.yml +++ b/tasks/server/cron/certbot.yml @@ -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 \ No newline at end of file