summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts/library/openshift_facts.py
diff options
context:
space:
mode:
authorBrad Durrow <brad@nolab.org>2016-08-07 11:03:02 -0600
committerGitHub <noreply@github.com>2016-08-07 11:03:02 -0600
commit61be989abced606e88390f4fdff5dfc30cd8e27e (patch)
tree3ed8eaafef9fc40be338a60ba58fdc60ac750f4b /roles/openshift_facts/library/openshift_facts.py
parentd8b8474ef3f73cc7c6dd161d074ea54d94f03c00 (diff)
downloadopenshift-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/openshift_facts/library/openshift_facts.py')
0 files changed, 0 insertions, 0 deletions