Ver a proveniência

working on changes, and debugging

master
Erin Sims há 2 anos
ascendente
cometimento
a53ed85eba
1 ficheiros alterados com 5 adições e 4 eliminações
  1. +5
    -4
      playbooks/mpdf.yaml

+ 5
- 4
playbooks/mpdf.yaml Ver ficheiro

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


Carregando…
Cancelar
Guardar