From 3d3511e802991da64a8c44671e269d79029f1dbf Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Wed, 7 Sep 2022 18:16:00 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdf.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index 95f588e..e44c6fd 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -4,7 +4,8 @@ #we need to loop over the /var/lib/mpd{{ count }} directory for the files/folders below. we need to loop over the stream ports as well count: 5 path: /var/lib/ - service_name: "{{ 'mpd' ~ item }}" + mpd: mpd + service_name: "{{ mpd ~ item }}" add_path: "{{ path ~ service_name }}" playlist_directory: "{{ add_path ~ 'playlist/' }}" db_file: tag_cache