don't hardcode home directory path
This commit is contained in:
parent
486c785523
commit
09f3fb389a
6 changed files with 22 additions and 21 deletions
|
@ -86,7 +86,7 @@ group_by2=4
|
|||
group_by3=0
|
||||
group_by_version=1
|
||||
io_priority=3
|
||||
last_path=/home/{{ ansible_user_id }}/Music
|
||||
last_path={{ lookup('env','HOME') }}/Music
|
||||
mark_songs_unavailable=true
|
||||
monitor=true
|
||||
overwrite_playcount=false
|
||||
|
|
Reference in a new issue