From 2c249946a42edcbb37a9c7958c5ca251160f7c75 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sun, 11 Sep 2022 20:09:55 -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 5622c8e..31d49cf 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: [{"created_at"}] + var: droplets.data: [{"created_at"}] - name: Install mpdf on hosts apt: name: mpd