From 25a5db6abd9a8eeb44f8068ca253d28caf976a90 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Wed, 7 Sep 2022 19:25:40 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index 718f837..13ee8f7 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -46,7 +46,7 @@ - name: setup config on hosts template: src: mpdf.conf.j2 - dest: /etc/mpdf{{ item }}.conf + dest: /etc/mpdf"{{ item }}".conf mode: 0644 owner: root group: root