Update tasks/nginx.yml
Compare changes
+ 1
− 6
@@ -22,15 +22,10 @@
@@ -22,15 +22,10 @@
when: funkwhale_nginx_managed and funkwhale_letsencrypt_enabled and not funkwhale_letsencrypt_skip_cert
command: certbot-auto -v -n certonly --nginx -m {{ funkwhale_letsencrypt_email }} --agree-tos -d {{ funkwhale_hostname }} {{ funkwhale_letsencrypt_certbot_flags }}