diff --git a/playbooks/mpdf.conf.j2 b/playbooks/mpdf.conf.j2 index 3fde079..4923603 100644 --- a/playbooks/mpdf.conf.j2 +++ b/playbooks/mpdf.conf.j2 @@ -63,7 +63,7 @@ state_file "{{ [path,state_file,item]|join() }}" # The location of the sticker database. This is a database which # manages dynamic information attached to songs. # -sticker_file "{{ [path,item,sticker_file,'/.sql']|join() }}" +sticker_file "{{ [path,item,'/',sticker_file,'.sql']|join() }}" ###############################################################################