From d91b6cbddee1d2bce10cc0db5016883a430ec373 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Mon, 5 Sep 2022 14:09:50 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdf.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index 3afd44b..11cf21c 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -42,13 +42,13 @@ name: mpd state: present -- name: setup config on hosts - template: - src: mpdf.conf.j2 - dest: /etc/mpdf{{ item ]].conf - owner: root - group: root - notify: - - restart mpd - loop: "{{ range(1,count|int + 1) }}" + - name: setup config on hosts + template: + src: mpdf.conf.j2 + dest: /etc/mpdf{{ item ]].conf + owner: root + group: root + notify: + - restart mpd + loop: "{{ range(1,count|int + 1) }}"