diff options
author | Brad Durrow <brad@nolab.org> | 2016-08-07 11:03:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-07 11:03:02 -0600 |
commit | 61be989abced606e88390f4fdff5dfc30cd8e27e (patch) | |
tree | 3ed8eaafef9fc40be338a60ba58fdc60ac750f4b /roles | |
parent | d8b8474ef3f73cc7c6dd161d074ea54d94f03c00 (diff) | |
download | openshift-61be989abced606e88390f4fdff5dfc30cd8e27e.tar.gz openshift-61be989abced606e88390f4fdff5dfc30cd8e27e.tar.bz2 openshift-61be989abced606e88390f4fdff5dfc30cd8e27e.tar.xz openshift-61be989abced606e88390f4fdff5dfc30cd8e27e.zip |
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).
Diffstat (limited to 'roles')
0 files changed, 0 insertions, 0 deletions