Added paperless consume to sambashare
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -20,10 +20,13 @@
|
||||
|
||||
- name: Change permission on share
|
||||
file:
|
||||
path: "{{ samba.media_dir }}"
|
||||
path: "{{ item }}"
|
||||
group: "{{ samba.group }}"
|
||||
mode: "2770"
|
||||
become: true
|
||||
loop:
|
||||
- "{{ samba.shares.media.path }}"
|
||||
- "{{ samba.shares.paperless.path }}"
|
||||
|
||||
- name: Add user "{{ samba.user }}"
|
||||
user:
|
||||
|
||||
Reference in New Issue
Block a user