Переглянути джерело

working on changes, and debugging

master
Erin Sims 2 роки тому
джерело
коміт
261ca3c235
1 змінених файлів з 3 додано та 3 видалено
  1. +3
    -3
      playbooks/mpdf.yaml

+ 3
- 3
playbooks/mpdf.yaml Переглянути файл

@@ -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] }}"
#- name: Print return information from the previous task
# ansible.builtin.debug:
# msg : "{{ droplets.data[0] }}"
- name: Install mpdf on hosts
apt:
name: mpd


Завантаження…
Відмінити
Зберегти