correct mpd task

This commit is contained in:
vincent 2019-01-27 20:17:52 +01:00
parent e9e11456fe
commit 16c88a4560

View File

@ -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/")