From 07d8cabf5a42c00f4ff5f24b2e986d09b3e0c3e2 Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 18 Jun 2019 10:15:40 -0700 Subject: [PATCH] removing name param from gcp_storage_object module (#279) Signed-off-by: Modular Magician --- 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 3158e17..f373c6b 100644 --- a/plugins/modules/gcp_storage_object.py +++ b/plugins/modules/gcp_storage_object.py @@ -76,7 +76,6 @@ extends_documentation_fragment: gcp EXAMPLES = ''' - name: create a object gcp_storage_object: - name: ansible-storage-module action: download bucket: ansible-bucket src: modules.zip