Ver código fonte

working on changes, and debugging

master
Erin Sims 2 anos atrás
pai
commit
a53ed85eba
1 arquivos alterados com 5 adições e 4 exclusões
  1. +5
    -4
      playbooks/mpdf.yaml

+ 5
- 4
playbooks/mpdf.yaml Ver arquivo

@@ -37,10 +37,11 @@
buffer_before_play: "1%" buffer_before_play: "1%"
tasks: 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: apt:
name: mpd name: mpd
state: present state: present


Carregando…
Cancelar
Salvar