From af3710889d373b2439a1476c47e58f7ecd0fe879 Mon Sep 17 00:00:00 2001 From: John Losito Date: Fri, 23 Sep 2022 13:25:00 -0400 Subject: [PATCH] docs: remove state param in gcp_storage_object example (#493) Removes an invalid parameter from the example given within the gcp_storage_object module to download an object from a GCS bucket. --- plugins/modules/gcp_storage_object.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/modules/gcp_storage_object.py b/plugins/modules/gcp_storage_object.py index a6f4b14..7fd95b3 100644 --- a/plugins/modules/gcp_storage_object.py +++ b/plugins/modules/gcp_storage_object.py @@ -105,7 +105,6 @@ EXAMPLES = """ project: test_project auth_kind: serviceaccount service_account_file: "/tmp/auth.pem" - state: present """ RETURN = """