From 5247f8a98725af20f7e5317b719d6d67a9363e2e Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Tue, 13 Sep 2022 17:00:00 -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 8395741..d69cd8b 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -42,9 +42,9 @@ oauth_token: "{{ lookup('ansible.builtin.env', 'DO_API_TOKEN') }}" name: mpdb1 register: droplets -# - name: Print return information from the previous task - #ansible.builtin.debug: - # msg : "{{ droplets.data[0].networks.v4[0].ip_address }}" + - name: Print return information from the previous task + ansible.builtin.debug: + msg : "{{ droplets.data[0].networks.v4[0].ip_address }}" - name: Install mpdf on hosts apt: name: mpd