fileserver: schreibrechte auf videos für win10 (#70)
fileserver: schreibrechte auf videos für win10 Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#70 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
0901e98181
commit
66fb0c6dd3
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@
|
||||||
smb_shares:
|
smb_shares:
|
||||||
- name: 'videos'
|
- name: 'videos'
|
||||||
path: '/shares_videos'
|
path: '/shares_videos'
|
||||||
users_ro: ' win10 kodi'
|
users_ro: 'kodi'
|
||||||
users_rw: 'annemariedroessler michaelgrote'
|
users_rw: 'annemariedroessler michaelgrote win10'
|
||||||
- name: 'scans'
|
- name: 'scans'
|
||||||
path: '/shares/scans'
|
path: '/shares/scans'
|
||||||
users_ro: 'annemariedroessler michaelgrote'
|
users_ro: 'annemariedroessler michaelgrote'
|
||||||
|
|
Loading…
Reference in a new issue