diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index 0ae8b53..d28a801 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']['created_at'] }}" + msg: "{{ [droplets][created_at] }}" - name: Install mpdf on hosts apt: name: mpd