mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Clarify shared_dir is /library/public
This commit is contained in:
parent
0484ea38f1
commit
0b10373b84
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
shell: /sbin/nologin
|
||||
password: "{{ smbpassword }}"
|
||||
|
||||
- name: "Create public folder: {{ shared_dir }}"
|
||||
- name: "Create public folder: {{ shared_dir }}" # /library/public
|
||||
file:
|
||||
path: "{{ shared_dir }}"
|
||||
owner: "{{ smbuser }}"
|
||||
|
|
Loading…
Reference in a new issue