This commit is contained in:
parent
44fe3fc6b0
commit
d9c1691157
@ -21,7 +21,7 @@
|
|||||||
register: server
|
register: server
|
||||||
with_items: "{{ molecule_yml.platforms }}"
|
with_items: "{{ molecule_yml.platforms }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.name }} - {{ item.machine_type }}"
|
label: "{{ item.name }}:{{ item.machine_type }}"
|
||||||
async: 7200
|
async: 7200
|
||||||
poll: 0
|
poll: 0
|
||||||
|
|
||||||
@ -33,7 +33,7 @@
|
|||||||
retries: 300
|
retries: 300
|
||||||
with_items: "{{ server.results }}"
|
with_items: "{{ server.results }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.name }} - {{ item.machine_type }}"
|
label: "{{ item.item.name }}:{{ item.item.machine_type }}"
|
||||||
|
|
||||||
# Mandatory configuration for Molecule to function.
|
# Mandatory configuration for Molecule to function.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user