From 3010635a992a652f8f1ba5e7d34bb86292df683c Mon Sep 17 00:00:00 2001
From: sofubi <thomaslawton91@gmail.com>
Date: Fri, 20 Nov 2020 11:07:45 -0500
Subject: [PATCH] Removes command where it shouldn't be

---
 tasks/nginx.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tasks/nginx.yml b/tasks/nginx.yml
index 2f5968d..6d93e94 100644
--- a/tasks/nginx.yml
+++ b/tasks/nginx.yml
@@ -27,7 +27,6 @@
 - name: Link certbot snap installation
   when: funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
   become: true
-  command: ln -s /snap/bin/certbot /usr/bin/certbot
   file: 
     src: /snap/bin/certbot
     dest: /usr/bin/certbot
-- 
GitLab