Refactor CI pipelien and enable molecule testing #1
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user