From 3448d6d716ea10d07be74300de77947b53704fde Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Fri, 9 Sep 2022 06:29:53 -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 cd8eab9..9bcfc7a 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -40,7 +40,7 @@ tasks: - name: "mpd backendhost" set_fact: - backendhost: "{{ inventory_hostname |replace ("f", "b") }}" + backendhost: "{{ inventory_hostname |replace (f, b) }}" - name: Install mpdf on hosts apt: name: mpd