From 153456f6aa10721d56d523be204477f5b795bebd Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 20:27:08 +0000 Subject: [PATCH] [PR #8009/b5c3361b backport][stable-8] Correct apk docu to not include spaces in package name (#8024) Correct apk docu to not include spaces in package name (#8009) * Correct apk docu to not include spaces in package name * Update apk name docu as suggested in PR Co-authored-by: Felix Fontein --------- Co-authored-by: Felix Fontein (cherry picked from commit b5c3361be48839c456312945cf8b1de815368244) Co-authored-by: Maxopoly --- plugins/modules/apk.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/modules/apk.py b/plugins/modules/apk.py index 4259697e26..a6b058b932 100644 --- a/plugins/modules/apk.py +++ b/plugins/modules/apk.py @@ -35,7 +35,9 @@ options: default: false name: description: - - A package name, like V(foo), or multiple packages, like V(foo, bar). + - A package name, like V(foo), or multiple packages, like V(foo,bar). + - Do not include additional whitespace when specifying multiple packages as a string. + Prefer YAML lists over comma-separating multiple package names. type: list elements: str no_cache: