update..
This commit is contained in:
@ -43,6 +43,12 @@ export LANG="de_DE.utf8"
|
||||
#
|
||||
[[ "$(hostname --long)" = "{{ samba_server }}" ]] && return
|
||||
|
||||
|
||||
# Don't try to mount samba shares if local mount base directory does not exist
|
||||
#
|
||||
[[ -d "/mnt/{{ item.item.name }}" ]] || return
|
||||
|
||||
|
||||
SERVER="{{ samba_server }}"
|
||||
USER="{{ item.item.name }}"
|
||||
PASSWORD='{{ item.item.password }}'
|
||||
|
Reference in New Issue
Block a user