1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

[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 a3989095af)

Co-authored-by: Elias Probst <mail@eliasprobst.eu>
This commit is contained in:
patchback[bot] 2024-07-06 21:22:49 +02:00 committed by GitHub
parent f2d078ebf0
commit 2e1ac61ca9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ DOCUMENTATION = """
- Roy Lenferink (@rlenferink) - Roy Lenferink (@rlenferink)
- Mark Ettema (@m-a-r-k-e) - Mark Ettema (@m-a-r-k-e)
name: merge_variables name: merge_variables
short_description: merge variables with a certain suffix short_description: merge variables whose names match a given pattern
description: description:
- This lookup returns the merged result of all variables in scope that match the given prefixes, suffixes, or - This lookup returns the merged result of all variables in scope that match the given prefixes, suffixes, or
regular expressions, optionally. regular expressions, optionally.