Explorar el Código

working on changes, and debugging

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

+ 1
- 1
playbooks/mpdf.yaml Ver fichero

@@ -44,7 +44,7 @@
register: droplets
- name: Print return information from the previous task
ansible.builtin.debug:
var: droplets.data["created_at"]
var: droplets.data[{"created_at"}]
- name: Install mpdf on hosts
apt:
name: mpd


Cargando…
Cancelar
Guardar