updated logic
diff --git a/gce-remove.yml b/gce-remove.yml
index 16d93a2..7510ffb 100644
--- a/gce-remove.yml
+++ b/gce-remove.yml
@@ -2,6 +2,7 @@
 - name: Remove Instance
   hosts: localhost
   connection: local
+  strategy: free
 
   vars:
     service_account: "{{ lookup('file', credentials_file) }}"