From 105ebf1b63a775a8ce5c2e0835f6ce0026f14c36 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Wed, 7 Sep 2022 19:00:46 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index 898b235..a068ea0 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -39,9 +39,9 @@ tasks: - name: Install mpdf on hosts - apt: - name: mpd - state: present + apt: + name: mpd + state: present - name: setup config on hosts template: