Merge pull request #30 from goetzk/patch-1

Only create www_documentroot when requested
This commit is contained in:
Bert Van Vreckem 2018-08-16 21:00:40 +02:00 committed by GitHub
commit f25ad50259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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