From fcca0d0e97d365931f66ff87929a1f5ae4b93c40 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Thu, 8 Sep 2022 19:40:47 -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 15549c6..2b90e8f 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,sticker_file,'.sql']|join() }}" +sticker_file "{{ [path,item,sticker_file,'.sql']|join() }}" ###############################################################################