diff --git a/tasks/server/cron/certbot.yml b/tasks/server/cron/certbot.yml index 5a83f1a..66ef877 100644 --- a/tasks/server/cron/certbot.yml +++ b/tasks/server/cron/certbot.yml @@ -12,4 +12,5 @@ job: "{{ certbot.stdout }} renew" special_time: weekly state: present - disabled: no \ No newline at end of file + disabled: no + when: certbot is defined \ No newline at end of file