From 3a952cf07a6023b50c154e141c837d1a01d1dfd7 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Mon, 12 Sep 2022 18:44:29 -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 6ed0279..9bd2740 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -44,7 +44,7 @@ register: droplets - name: Print return information from the previous task ansible.builtin.debug: - var: droplets.data | community.general.json_query(name) + var: droplets.data | community.general.json_query(id) - name: Install mpdf on hosts apt: name: mpd