correct mpd task
This commit is contained in:
parent
e9e11456fe
commit
16c88a4560
@ -20,7 +20,7 @@
|
||||
register: default_music_path_exist
|
||||
|
||||
- name: copy music
|
||||
command: "rsync -avzu --progress -h {{default_music_path}} {{music_directory}}"
|
||||
command: "rsync -avzu --progress -h {{default_music_path}}/ {{music_directory}}"
|
||||
when: default_music_path_exist.stat.exists and music_directory is search("/home/")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user