From 929ac6155cf6b73221b575c2ada944187f60b2e7 Mon Sep 17 00:00:00 2001 From: Alex Stephen Date: Thu, 21 Jun 2018 13:11:28 -0700 Subject: [PATCH] [gcp] Fix service account email parameter on gcp_compute_instance (#41806) --- lib/ansible/modules/cloud/google/gcp_compute_instance.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/google/gcp_compute_instance.py b/lib/ansible/modules/cloud/google/gcp_compute_instance.py index cb48c1deca..b53a679dff 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_instance.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_instance.py @@ -319,7 +319,6 @@ options: description: - Email address of the service account. required: false - type: bool scopes: description: - The list of scopes to be made available for this service account. @@ -862,7 +861,7 @@ def main(): preemptible=dict(type='bool') )), service_accounts=dict(type='list', elements='dict', options=dict( - email=dict(type='bool'), + email=dict(type='str'), scopes=dict(type='list', elements='str') )), tags=dict(type='dict', options=dict(