From e0102464e5bffc079c76b3177147fadfdc979372 Mon Sep 17 00:00:00 2001 From: Mark Heiges Date: Thu, 10 May 2018 10:05:21 -0400 Subject: [PATCH] move attachments_storage_path to uploads subdirectory of NFS mount point so we do not have to manage redmine ownership of the share on the NFS server --- roles/easyredmine/tasks/attachments_storage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/easyredmine/tasks/attachments_storage.yml b/roles/easyredmine/tasks/attachments_storage.yml index 0c76262..db72027 100644 --- a/roles/easyredmine/tasks/attachments_storage.yml +++ b/roles/easyredmine/tasks/attachments_storage.yml @@ -26,5 +26,5 @@ lineinfile: dest: '{{ redmine_root_dir }}/config/configuration.yml' regexp: '\s*attachments_storage_path:' - line: ' attachments_storage_path: {{ redmine_files_nfs_mount }}' + line: ' attachments_storage_path: {{ redmine_files_nfs_mount }}/uploads' notify: restart nginx \ No newline at end of file