From 975accbe1d1441542b6333c90d2885ce4b7b0be7 Mon Sep 17 00:00:00 2001 From: Matthew Mosesohn Date: Mon, 18 Sep 2017 13:24:57 +0100 Subject: [PATCH] just use public_ip in creating gce temporary waitfor hosts (#1646) * just use public_ip in creating gce temporary waitfor hosts * Update create-gce.yml --- tests/cloud_playbooks/create-gce.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cloud_playbooks/create-gce.yml b/tests/cloud_playbooks/create-gce.yml index f222289eb..2b4822723 100644 --- a/tests/cloud_playbooks/create-gce.yml +++ b/tests/cloud_playbooks/create-gce.yml @@ -37,7 +37,7 @@ register: gce - name: Add instances to host group - add_host: hostname={{item.public_ip}} groupname="waitfor_hosts" + add_host: hostname={{item.public_ip}} groupname="waitfor_hosts" with_items: '{{gce.instance_data}}' - name: Template the inventory