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