From a3989095aff0f8ae117b29e9ebac3c65ea765772 Mon Sep 17 00:00:00 2001 From: Elias Probst Date: Sat, 6 Jul 2024 21:16:42 +0200 Subject: [PATCH] merge_variables: correct misleading short description (#8580) The short description makes it sound like the plugin would only support matching a given suffix, while the actual description clarifies the actual matching capabilities (suffix, prefix or regular expression). Update the short description accordingly. --- plugins/lookup/merge_variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lookup/merge_variables.py b/plugins/lookup/merge_variables.py index ce7621ad23..6287914747 100644 --- a/plugins/lookup/merge_variables.py +++ b/plugins/lookup/merge_variables.py @@ -12,7 +12,7 @@ DOCUMENTATION = """ - Mark Ettema (@m-a-r-k-e) - Alexander Petrenz (@alpex8) name: merge_variables - short_description: merge variables with a certain suffix + short_description: merge variables whose names match a given pattern description: - This lookup returns the merged result of all variables in scope that match the given prefixes, suffixes, or regular expressions, optionally.