diff --git a/tasks/main.yml b/tasks/main.yml index d0420c0..ce1f379 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -14,14 +14,14 @@ notify: start_mpd -- name: stat default music path - stat: - path: "{{default_music_path}}" # required. The full path of the file/object to get the facts of. - register: default_music_path_exist - -- name: copy music - command: "rsync -avzu --progress -h {{default_music_path}}/ {{music_directory}}" - when: default_music_path_exist.stat.exists and music_directory is search("/home/") +#- name: stat default music path +# stat: +# path: "{{default_music_path}}" # required. The full path of the file/object to get the facts of. +# register: default_music_path_exist +# +#- name: copy music +# command: "rsync -avzu --progress -h {{default_music_path}}/ {{music_directory}}" +# when: default_music_path_exist.stat.exists and music_directory is search("/home/")