diff --git a/playbooks/mpdf.yaml b/playbooks/mpdf.yaml index 8395741..d69cd8b 100644 --- a/playbooks/mpdf.yaml +++ b/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].networks.v4[0].ip_address }}" + - name: Print return information from the previous task + ansible.builtin.debug: + msg : "{{ droplets.data[0].networks.v4[0].ip_address }}" - name: Install mpdf on hosts apt: name: mpd