From ae9dd53c9200482f798d9fa3eb2f8ba26225a2fb Mon Sep 17 00:00:00 2001 From: LucasBoisserie Date: Wed, 12 Jun 2019 22:51:57 +0200 Subject: [PATCH] Remove required field on service_account_file in gcp_compute plugin inventory (#57345) --- plugins/inventory/gcp_compute.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/inventory/gcp_compute.py b/plugins/inventory/gcp_compute.py index 9250c29..cd7cd69 100644 --- a/plugins/inventory/gcp_compute.py +++ b/plugins/inventory/gcp_compute.py @@ -55,7 +55,6 @@ DOCUMENTATION = ''' service_account_file: description: - The path of a Service Account JSON file if serviceaccount is selected as type. - required: True type: path env: - name: GCE_CREDENTIALS_FILE_PATH