Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
a53ed85eba
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      playbooks/mpdf.yaml

+ 5
- 4
playbooks/mpdf.yaml View File

@@ -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


Loading…
Cancel
Save