fix loop control
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-02-28 13:28:19 +01:00
parent 44fe3fc6b0
commit d9c1691157
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
register: server
with_items: "{{ molecule_yml.platforms }}"
loop_control:
label: "{{ item.name }} - {{ item.machine_type }}"
label: "{{ item.name }}:{{ item.machine_type }}"
async: 7200
poll: 0
@ -33,7 +33,7 @@
retries: 300
with_items: "{{ server.results }}"
loop_control:
label: "{{ item.name }} - {{ item.machine_type }}"
label: "{{ item.item.name }}:{{ item.item.machine_type }}"
# Mandatory configuration for Molecule to function.