diff --git a/tasks/nginx.yml b/tasks/nginx.yml
index 08e76fe4895b6eb74fb70748e8e5c2ae3aa7897d..14bc09ce81a67858a621eb011bd83b60550467e9 100644
--- a/tasks/nginx.yml
+++ b/tasks/nginx.yml
@@ -40,7 +40,7 @@
   cron:
     name: funkwhale_letsencrypt_renewal
     special_time: weekly
-    job: certbot-auto -v -n --renew certonly --nginx -m {{ funkwhale_letsencrypt_email }} --agree-tos -d {{ funkwhale_hostname }} {{ funkwhale_letsencrypt_certbot_flags }}
+    job: /usr/local/bin/certbot-auto -v -n --renew certonly --nginx -m {{ funkwhale_letsencrypt_email }} --agree-tos -d {{ funkwhale_hostname }} {{ funkwhale_letsencrypt_certbot_flags }}
 
 - name: "Create funkwhale proxy file"
   when: funkwhale_nginx_managed