Procházet zdrojové kódy

working on changes, and debugging

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

+ 3
- 3
playbooks/mpdf.yaml Zobrazit soubor

@@ -42,9 +42,9 @@
oauth_token: "{{ lookup('ansible.builtin.env', 'DO_API_TOKEN') }}"
name: mpdb1
register: droplets
# - name: Print return information from the previous task
#ansible.builtin.debug:
# msg : "{{ droplets.data[0].networks.v4[0].ip_address }}"
- name: Print return information from the previous task
ansible.builtin.debug:
msg : "{{ droplets.data[0].networks.v4[0].ip_address }}"
- name: Install mpdf on hosts
apt:
name: mpd


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