From c0f7fe2a0281900bea4f7ef634bbc329bb943967 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Wed, 7 Sep 2022 18:59:56 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdf.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index 1dfa6de..898b235 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -38,9 +38,7 @@ buffer_before_play: 1% tasks: - - debug: - msg: "{{ playlist_directory }}" #"{{ service_name }}" - - name: Install mpdf on hosts + - name: Install mpdf on hosts apt: name: mpd state: present @@ -52,7 +50,7 @@ mode: 0644 owner: root group: root - notify: - - restart mpd + # notify: + # - restart mpd loop: "{{ range(1,count|int + 1) }}"