Only create www_documentroot when requested
samba_create_varwww_symlinks controls linking to the www docroot but nothing else requires it to be available. This commit makes its creation conditional on expected use.
This commit is contained in:
parent
daf7e7e7a3
commit
9b127b9fd4
@ -57,6 +57,7 @@
|
|||||||
file:
|
file:
|
||||||
name: "{{ samba_www_documentroot }}"
|
name: "{{ samba_www_documentroot }}"
|
||||||
state: directory
|
state: directory
|
||||||
|
when: samba_create_varwww_symlinks
|
||||||
tags: samba
|
tags: samba
|
||||||
|
|
||||||
- name: Create link to shares in webserver document root
|
- name: Create link to shares in webserver document root
|
||||||
|
Loading…
Reference in New Issue
Block a user