Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
c7aecb3821
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      playbooks/mpdf.yaml

+ 1
- 1
playbooks/mpdf.yaml View File

@@ -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:
msg: "{{ droplets }}"
msg: "{{ droplets.networks }}"
- name: Install mpdf on hosts - name: Install mpdf on hosts
apt: apt:
name: mpd name: mpd


Loading…
Cancel
Save