From ccf7f62325d17d794a184ad2ab18e0ca3655b87b Mon Sep 17 00:00:00 2001 From: Navaneeth S Date: Wed, 23 Oct 2024 04:35:46 +1030 Subject: [PATCH] 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 --- 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