mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +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
|
shell: /sbin/nologin
|
||||||
password: "{{ smbpassword }}"
|
password: "{{ smbpassword }}"
|
||||||
|
|
||||||
- name: "Create public folder: {{ shared_dir }}"
|
- name: "Create public folder: {{ shared_dir }}" # /library/public
|
||||||
file:
|
file:
|
||||||
path: "{{ shared_dir }}"
|
path: "{{ shared_dir }}"
|
||||||
owner: "{{ smbuser }}"
|
owner: "{{ smbuser }}"
|
||||||
|
|
Loading…
Reference in a new issue