From 5182023c9135d454d6b05b5f8d5aeb6d07a3852e Mon Sep 17 00:00:00 2001 From: Nonoctis Date: Sat, 5 Nov 2022 17:55:09 +0100 Subject: [PATCH] Docs: fix typo in gcp_storage_object.py (#507) While version `1.2..0` might work it does not reflect the desired requirement (`1.2.0`). --- 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 7fd95b3..e71a528 100644 --- a/plugins/modules/gcp_storage_object.py +++ b/plugins/modules/gcp_storage_object.py @@ -28,7 +28,7 @@ requirements: - python >= 2.6 - requests >= 2.18.4 - google-auth >= 1.3.0 -- google-cloud-storage >= 1.2..0 +- google-cloud-storage >= 1.2.0 options: action: description: