Sfoglia il codice sorgente

working on changes, and debugging

master
Erin Sims 2 anni fa
parent
commit
5ee2256221
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      playbooks/mpdf.yaml

+ 1
- 1
playbooks/mpdf.yaml Vedi File

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


Caricamento…
Annulla
Salva