Explorar el Código

working on changes, and debugging

master
Erin Sims hace 2 años
padre
commit
c2b1f63f69
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. +5
    -5
      playbooks/mpdf.yaml

+ 5
- 5
playbooks/mpdf.yaml Ver fichero

@@ -37,11 +37,11 @@
buffer_before_play: "1%"
tasks:
- 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
- name: Gather information about a specific droplet by name
community.digitalocean.digital_ocean_droplet_info:
oauth_token: "{{ lookup('ansible.builtin.env', 'DO_API_TOKEN') }}"
name: "mpdb{{ count }}"
- name: Install mpdf on hosts
apt:
name: mpd
state: present


Cargando…
Cancelar
Guardar