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