From 2e1ac61ca979c617ef047a93dce4944277ec13e3 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 21:22:49 +0200 Subject: [PATCH] [PR #8580/a3989095 backport][stable-7] merge_variables: correct misleading short description (#8589) 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. (cherry picked from commit a3989095aff0f8ae117b29e9ebac3c65ea765772) Co-authored-by: Elias Probst --- 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 dbd9401b10..09f4e3b271 100644 --- a/plugins/lookup/merge_variables.py +++ b/plugins/lookup/merge_variables.py @@ -11,7 +11,7 @@ DOCUMENTATION = """ - Roy Lenferink (@rlenferink) - Mark Ettema (@m-a-r-k-e) 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.