diff --git a/tasks/nginx.yml b/tasks/nginx.yml
index 14bc09ce81a67858a621eb011bd83b60550467e9..3dbe81c53c095973bee95e632eb9716e6ea3955d 100644
--- a/tasks/nginx.yml
+++ b/tasks/nginx.yml
@@ -40,7 +40,7 @@
   cron:
     name: funkwhale_letsencrypt_renewal
     special_time: weekly
-    job: /usr/local/bin/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 certonly --nginx -m {{ funkwhale_letsencrypt_email }} --agree-tos -d {{ funkwhale_hostname }} {{ funkwhale_letsencrypt_certbot_flags }}
 
 - name: "Create funkwhale proxy file"
   when: funkwhale_nginx_managed