From e4a70d2822ce5e5e37735a65cc069cd2f347b33e 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) (cherry picked from commit 1d766352066118a5d4cfd6310a69a7ee9221a62a) --- lib/ansible/plugins/inventory/gcp_compute.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/plugins/inventory/gcp_compute.py b/lib/ansible/plugins/inventory/gcp_compute.py index 9250c2914c8..cd7cd698c0e 100644 --- a/lib/ansible/plugins/inventory/gcp_compute.py +++ b/lib/ansible/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