Procházet zdrojové kódy

working on changes, and debugging

master
Erin Sims před 2 roky
rodič
revize
0c8e1340a9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      playbooks/mpdf.yaml

+ 1
- 1
playbooks/mpdf.yaml Zobrazit soubor

@@ -44,7 +44,7 @@
register: droplets
- name: Print return information from the previous task
ansible.builtin.debug:
msg : "{{ (droplets.data.droplet | selectattr('id') }}"
msg : "{{ droplets.data.droplet }}"
- name: Install mpdf on hosts
apt:
name: mpd


Načítá se…
Zrušit
Uložit