From 5004e9adcd763069406f6e81ed5668a773801cbf Mon Sep 17 00:00:00 2001 From: Alex Stephen Date: Tue, 6 Aug 2019 13:37:04 -0700 Subject: [PATCH] too many docs changes --- lib/ansible/plugins/doc_fragments/gcp.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ansible/plugins/doc_fragments/gcp.py b/lib/ansible/plugins/doc_fragments/gcp.py index fe3d14d4678..110d2795958 100644 --- a/lib/ansible/plugins/doc_fragments/gcp.py +++ b/lib/ansible/plugins/doc_fragments/gcp.py @@ -20,7 +20,9 @@ options: choices: [ application, machineaccount, serviceaccount ] service_account_contents: description: - - The contents of a Service Account JSON file, either in a dictionary or as a JSON string that represents it. + - A string representing the contents of a Service Account JSON file. + - This should not be passed in as a dictionary, but a string + that has the exact contents of a service account json file (valid JSON) type: str service_account_file: description: