summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--roles/paperless/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/paperless/main.yml b/roles/paperless/main.yml
index 2e3dcce..ead20a8 100644
--- a/roles/paperless/main.yml
+++ b/roles/paperless/main.yml
@@ -42,6 +42,7 @@
- imagemagick
- tesseract-ocr
- nginx
+ - acl
- gnupg
- qpdf
- libxslt
@@ -120,6 +121,14 @@
group: syncthing
mode: '0774'
+ - name: Setting read/write consumption folder access
+ acl:
+ path: "{{ paperless_home }}/consumption"
+ etype: other
+ permissions: rw
+ default: yes
+ state: present
+
- name: Placing configuration files
template:
src: "{{ item | basename }}.j2"