From 5cddc4d617f3fb71f3feff59a8bac979446605f2 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:49:01 +0200 Subject: [PATCH] [PR #9045/ccf7f623 backport][stable-8] Update documentation in apk.py (#9054) Update documentation in apk.py (#9045) * Update apk.py Fix for issue #9017 * Update plugins/modules/apk.py Added a line break to fix the issue of the line being too long. Co-authored-by: Felix Fontein --------- Co-authored-by: Felix Fontein (cherry picked from commit ccf7f62325d17d794a184ad2ab18e0ca3655b87b) Co-authored-by: Navaneeth S --- plugins/modules/apk.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/apk.py b/plugins/modules/apk.py index a6b058b932..7caefd1357 100644 --- a/plugins/modules/apk.py +++ b/plugins/modules/apk.py @@ -74,6 +74,7 @@ options: world: description: - Use a custom world file when checking for explicitly installed packages. + The file is used only when a value is provided for O(name), and O(state) is set to V(present) or V(latest). type: str default: /etc/apk/world version_added: 5.4.0