From 5552ccaac8a0691bff56a1e4f239e5558de6f77d Mon Sep 17 00:00:00 2001 From: BSounder Date: Thu, 7 Jul 2022 18:36:59 -0700 Subject: [PATCH] permission issue w/ uploads dir?? --- tasks/rocketchat.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/rocketchat.yml b/tasks/rocketchat.yml index 9238fa6..433a434 100644 --- a/tasks/rocketchat.yml +++ b/tasks/rocketchat.yml @@ -32,6 +32,7 @@ mode: 0775 - name: Creates directory structure for upload data + become: true file: path: /home/{{ main_user }}/rocketchat/uploads state: directory