From 7a492764d09b9441131e73de5df3870f64f35716 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 18 Dec 2015 22:22:55 -0800 Subject: [PATCH] Fix up documentation --- lib/ansible/modules/cloud/google/gce.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/google/gce.py b/lib/ansible/modules/cloud/google/gce.py index bc47dbda095..f0b7440cec1 100644 --- a/lib/ansible/modules/cloud/google/gce.py +++ b/lib/ansible/modules/cloud/google/gce.py @@ -48,7 +48,7 @@ options: metadata: description: - a hash/dictionary of custom data for the instance; - '{"key": "value", ...}' + '{"key":"value", ...}' required: false default: null aliases: []