From 261ca3c2355a62a59b3ef5838fbdb2b99e0739e7 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Tue, 13 Sep 2022 18:17:32 -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 8e26b29..74536ee 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] }}" + #- name: Print return information from the previous task + # ansible.builtin.debug: + # msg : "{{ droplets.data[0] }}" - name: Install mpdf on hosts apt: name: mpd