diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index ddbd1aa..f798c71 100644 --- a/playbooks/mpdf.yaml +++ b/playbooks/mpdf.yaml @@ -44,7 +44,7 @@ register: droplets - name: Print return information from the previous task ansible.builtin.debug: - msg : "{{ droplets.data.mpdb1.id }}" + msg : "{{ droplets.data.droplet.id }}" - name: Install mpdf on hosts apt: name: mpd