Explorar el Código

working on changes, and debugging

master
Erin Sims hace 2 años
padre
commit
a298a3fe25
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 register: droplets
- name: Print return information from the previous task - name: Print return information from the previous task
ansible.builtin.debug: ansible.builtin.debug:
var: droplets.data.['created_at']
var: droplets.created_at
- name: Install mpdf on hosts - name: Install mpdf on hosts
apt: apt:
name: mpd name: mpd


Cargando…
Cancelar
Guardar