From 2582030e510806b29481c6efc8b96eab2cabb5ec Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 3 Dec 2020 08:40:26 +0100 Subject: [PATCH] Updating gcp_storage_object example The example contained the non-existent "status" parameter which causes an error with the latest release. --- plugins/modules/gcp_storage_object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/gcp_storage_object.py b/plugins/modules/gcp_storage_object.py index e71a528..72227cc 100644 --- a/plugins/modules/gcp_storage_object.py +++ b/plugins/modules/gcp_storage_object.py @@ -96,7 +96,7 @@ options: """ EXAMPLES = """ -- name: create a object +- name: Download an object google.cloud.gcp_storage_object: action: download bucket: ansible-bucket