From 43d16e59a20aedaa76e142829ed321ad2df3d953 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Thu, 8 Sep 2022 19:45:22 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdf.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }}" ###############################################################################