From a53ed85eba11112b16ff828061e6722458417a81 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sun, 11 Sep 2022 18:10:18 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdf.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index 11d5599..0525029 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -37,10 +37,11 @@ buffer_before_play: "1%" tasks: - - name: "mpd backendhost" - set_fact: - backendhost: "{{ inventory_hostname |replace ('f', 'b') }}" - - name: Install mpdf on hosts + - name: Gather information about a specific droplet by name + community.digitalocean.digital_ocean_droplet_info: + oauth_token: "{{ oauth_token }}" + name: "mpdb{{ count }}" + - name: Install mpdf on hosts apt: name: mpd state: present