fix variable
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-05-17 22:19:24 +02:00
parent 1558bd6d0b
commit 42b794d7dc
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
- name: Wait for instance creation to complete
async_status:
jid: "{{ server.ansible_job_id }}"
jid: "{{ __hcloud_server.ansible_job_id }}"
register: __hcloud_job
until: hcloud_job.finished
retries: 300
@ -28,7 +28,7 @@
'ipv4': "{{ __hcloud_job.hcloud_server.ipv4_address }}",
'ipv6': "{{ __hcloud_job.hcloud_server.ipv6 }}",
}
when: server.changed | bool
delegate_to: localhost
- name: Create volumes
hcloud_volume: