From 04ce4f193e40656382668068f744960a04b9b4f9 Mon Sep 17 00:00:00 2001 From: xenofem <xenofem@xeno.science> Date: Wed, 29 Apr 2020 22:29:18 -0400 Subject: [PATCH] Remove --renew flag for certbot-auto which causes errors --- tasks/nginx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/nginx.yml b/tasks/nginx.yml index 14bc09c..3dbe81c 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 -- GitLab