From fd4956303dc893f6981a6f33fbf6e8c1bfbeedac Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 23 Apr 2019 19:16:51 +0200 Subject: [PATCH] add systemd unit override gitea --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index dfacc5a..dd29921 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -48,6 +48,7 @@ file: path: "{{item.value.mount}}" state: directory + mode: 0777 with_dict: "{{ systemd_mounts }}" become: yes