From df40886e7aad8d4215fd2451796f5c944d4c6b59 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Tue, 13 Sep 2022 18:12:54 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdf.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index 8e26b29..324d52a 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -37,15 +37,7 @@ buffer_before_play: "1%" tasks: - - name: Gather information about a specific droplet by name - community.digitalocean.digital_ocean_droplet_info: - 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: Install mpdf on hosts + - name: Install mpdf on hosts apt: name: mpd state: present