From bc364a6ac7413d6e4b30cb9f460d5118c03c68b5 Mon Sep 17 00:00:00 2001 From: Jeff Parker Date: Thu, 5 Mar 2020 12:35:38 -0600 Subject: [PATCH] Update gcp_storage_object.py Documentation clarification on the source and destination specifying that they have to be urlencoded. --- plugins/modules/gcp_storage_object.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/gcp_storage_object.py b/plugins/modules/gcp_storage_object.py index 79d6599..266acf0 100644 --- a/plugins/modules/gcp_storage_object.py +++ b/plugins/modules/gcp_storage_object.py @@ -43,12 +43,12 @@ options: - delete src: description: - - Source location of file (may be local machine or cloud depending on action). + - Source location of file (may be local machine or cloud depending on action). Cloud locations need to be urlencoded including slashes. required: false type: path dest: description: - - Destination location of file (may be local machine or cloud depending on action). + - Destination location of file (may be local machine or cloud depending on action). Cloud location need to be urlencoded including slashes. required: false type: path bucket: