From 95ba770d922c8e66ead790793438e8311e1fe9d9 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Wed, 7 Sep 2022 07:19:42 -0400 Subject: [PATCH] trying to get mpd and item var to merge --- playbooks/mpdf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index f9887a7..990e726 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -4,7 +4,7 @@ #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 }}" + service_name: "{{ [ 'mpd' ~ item ] }}" playlist_directory: "{{ '%s/%s/playlist/' % (path, service_name) }}" db_file: tag_cache log_file: mpd.log