From 6a6b123d901cb7fb264b7e9cdf211942d4fb8776 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Thu, 8 Sep 2022 19:50:53 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdf.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index debb1ab..120ef45 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -66,7 +66,15 @@ group: root mode: '0755' loop: "{{ range(1,count|int + 1) }}" - - name: mpdf music directory + - name: mpdf pid file + file: + path: "/var/lib/mpd{{ item }}/pid" + state: file + owner: root + group: root + mode: '0755' + loop: "{{ range(1,count|int + 1) }}" + - name: mpdf music directory file: path: "/var/lib/mpd{{ item }}/music" state: directory