From 4f3cf3b2b37db295de10acd0abc965e8b49a4dc1 Mon Sep 17 00:00:00 2001 From: The Magician Date: Thu, 11 Jul 2019 16:52:28 -0700 Subject: [PATCH] Adding 'service_account_file' type (#309) Signed-off-by: Modular Magician --- lib/ansible/plugins/doc_fragments/gcp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/plugins/doc_fragments/gcp.py b/lib/ansible/plugins/doc_fragments/gcp.py index 43c1c4da668336..60a98d054b5ced 100644 --- a/lib/ansible/plugins/doc_fragments/gcp.py +++ b/lib/ansible/plugins/doc_fragments/gcp.py @@ -27,6 +27,7 @@ class ModuleDocFragment(object): service_account_file: description: - The path of a Service Account JSON file if serviceaccount is selected as type. + type: path service_account_email: description: - An optional service account email address if machineaccount is selected