diff --git a/tests/cloud_playbooks/create-gce.yml b/tests/cloud_playbooks/create-gce.yml
index f222289ebfaa5bc9834d662af8d6e5bcf33b2f6d..2b48227231d8ada87644d49060e6a13c5a6aa08d 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