From 7450b08aeb6a1814f3304b4209c701191156ceab Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Fri, 28 Jun 2019 09:29:46 +0200
Subject: [PATCH] Removed slow recurse on directories ownership

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

diff --git a/tasks/funkwhale.yml b/tasks/funkwhale.yml
index 7ccdeaa..01d9f44 100644
--- a/tasks/funkwhale.yml
+++ b/tasks/funkwhale.yml
@@ -13,7 +13,6 @@
     path: "{{ item }}"
     owner: "{{ funkwhale_username }}"
     state: directory
-    recurse: true
   with_items:
     - "{{ funkwhale_install_path }}"
     - "{{ funkwhale_media_path }}"
-- 
GitLab