Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
94cf17881a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      playbooks/mpdf.yaml

+ 1
- 1
playbooks/mpdf.yaml View File

@@ -5,7 +5,7 @@
count: 5 count: 5
path: /var/lib path: /var/lib
service_name: "{{ [ 'mpd' ~ item ] }}" service_name: "{{ [ 'mpd' ~ item ] }}"
playlist_directory: {{ "%s/%s/playlist/" % (path, service_name) }}
playlist_directory: {{ "%s/%s/playlist/".format(path, service_name) }}
db_file: tag_cache db_file: tag_cache
log_file: mpd.log log_file: mpd.log
pid_file: pid pid_file: pid


Loading…
Cancel
Save