Skip to content

Commit

Permalink
Merge pull request #2264 from bdurrow/patch-1
Browse files Browse the repository at this point in the history
Fix GCE Launch
  • Loading branch information
detiber committed Sep 26, 2016
2 parents d5f9fa2 + 61be989 commit b7aaf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/gce/openshift-cluster/tasks/launch_instances.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Launch instance(s)
gce:
instance_names: "{{ instances }}"
instance_names: "{{ instances|join(',') }}"
machine_type: "{{ gce_machine_type | default(deployment_vars[deployment_type].machine_type, true) }}"
image: "{{ gce_machine_image | default(deployment_vars[deployment_type].image, true) }}"
service_account_email: "{{ lookup('env', 'gce_service_account_email_address') }}"
Expand Down

0 comments on commit b7aaf7b

Please sign in to comment.