Remove required field on service_account_file in gcp_compute plugin inventory (#57345)

This commit is contained in:
LucasBoisserie 2019-06-12 22:51:57 +02:00 committed by ansibot
parent f6a0f9874d
commit 1d76635206

View file

@ -55,7 +55,6 @@ DOCUMENTATION = '''
service_account_file: service_account_file:
description: description:
- The path of a Service Account JSON file if serviceaccount is selected as type. - The path of a Service Account JSON file if serviceaccount is selected as type.
required: True
type: path type: path
env: env:
- name: GCE_CREDENTIALS_FILE_PATH - name: GCE_CREDENTIALS_FILE_PATH