Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GCE Launch #2264

Merged
merged 1 commit into from
Sep 26, 2016
Merged

Fix GCE Launch #2264

merged 1 commit into from
Sep 26, 2016

Commits on Aug 7, 2016

  1. Fix GCE Launch

    The Ansible GCE module (documentation here: http://docs.ansible.com/ansible/gce_module.html) requires a comma separated list when you pass an array here (even with a single element) the argument has square brackets around it and the instance doesn't get launched.  Testing shows that joining with ', ' (comma space) works with one instance but breaks with two so I used ',' (comma no space).
    bdurrow committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    61be989 View commit details
    Browse the repository at this point in the history