Browse Source

working on changes, and debugging

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

+ 2
- 2
playbooks/mpdf.yaml View File

@@ -39,8 +39,8 @@
tasks: tasks:
- name: Gather information about a specific droplet by name - name: Gather information about a specific droplet by name
community.digitalocean.digital_ocean_droplet_info: community.digitalocean.digital_ocean_droplet_info:
oauth_token: "{{ oauth_token }}"
name: "mpdb{{ count }}"
oauth_token: "{{ oauth_token }}"
name: "mpdb{{ count }}"
- name: Install mpdf on hosts - name: Install mpdf on hosts
apt: apt:
name: mpd name: mpd


Loading…
Cancel
Save