diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index a89137d..20f36a0 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.droplet | selectattr('id') }}" + msg : "{{ droplets.data.droplet }}" - name: Install mpdf on hosts apt: name: mpd