From ebc0d156383d6f9b9ecbeb845e41ecce6b10ef05 Mon Sep 17 00:00:00 2001 From: phiranf Date: Sat, 8 Jan 2022 22:55:42 +0100 Subject: [PATCH] Rename consume_documents to documents_root --- group_vars/all.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index 35ac42e9..81997039 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -106,7 +106,7 @@ comics_root: "{{ samba_shares_root }}/comics" photos_root: "{{ samba_shares_root }}/photos" # Where paperless_ng consumes documents -consume_documents: "{{ samba_shares_root }}/consume_documents" +documents_root: "{{ samba_shares_root }}/documents" # The description that'll appear next to your Ansible-NAS box when browsing your network samba_server_string: Ansible NAS @@ -201,13 +201,13 @@ samba_shares: browseable: yes path: "{{ comics_root }}" - - name: consume + - name: documents comment: 'Documents' guest_ok: yes public: yes writable: yes browseable: yes - path: "{{ consume_documents }}" + path: "{{ documents_root }}" ### ### NFS