From 9fe7c0a41b12c6e6ca1005493cffb3efba4291d8 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 13 Jun 2020 17:02:10 +0200 Subject: [PATCH] The gcp doc_fragment is a copy of the one in google.cloud and is only used by one lookup. Mark as deprecated/internal. --- plugins/doc_fragments/{gcp.py => _gcp.py} | 0 plugins/lookup/gcp_storage_file.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename plugins/doc_fragments/{gcp.py => _gcp.py} (100%) diff --git a/plugins/doc_fragments/gcp.py b/plugins/doc_fragments/_gcp.py similarity index 100% rename from plugins/doc_fragments/gcp.py rename to plugins/doc_fragments/_gcp.py diff --git a/plugins/lookup/gcp_storage_file.py b/plugins/lookup/gcp_storage_file.py index 1ab4a60c1f..8155f7b22c 100644 --- a/plugins/lookup/gcp_storage_file.py +++ b/plugins/lookup/gcp_storage_file.py @@ -24,7 +24,7 @@ options: - The name of the bucket. required: false extends_documentation_fragment: -- community.general.gcp +- community.general._gcp '''