diff --git a/molecule/gce-centos-7/create.yml b/molecule/gce-centos-7/create.yml index c9e316a..c9d603a 100644 --- a/molecule/gce-centos-7/create.yml +++ b/molecule/gce-centos-7/create.yml @@ -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.