From 78eb6fbd9b4cf1ec2390762603498866a2e3bab0 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Mon, 12 Sep 2022 17:43:49 -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 689fb19..1eb5493 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -41,7 +41,7 @@ community.digitalocean.digital_ocean_droplet_info: oauth_token: "{{ lookup('ansible.builtin.env', 'DO_API_TOKEN') }}" name: mpdb1 - register: droplets + register: droplets.data.image - name: Print return information from the previous task ansible.builtin.debug: var: droplets