From 6739470f5c385a7d95768af3a7211ed560dbb0e8 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sun, 11 Sep 2022 19:32:39 -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 a93beb6..2f2ce3d 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: - msg: "{{ droplets.networks }}" + msg: "{{ droplets.value.networks }}" - name: Install mpdf on hosts apt: name: mpd