From d9c1691157031a020f9b73a7cfb29bd193f58ad0 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 28 Feb 2019 13:28:19 +0100 Subject: [PATCH] fix loop control --- molecule/gce-centos-7/create.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.