Skip to content

Commit

Permalink
Update documentation in apk.py (ansible-collections#9045)
Browse files Browse the repository at this point in the history
* Update apk.py

Fix for issue ansible-collections#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 <[email protected]>

---------

Co-authored-by: Felix Fontein <[email protected]>
  • Loading branch information
navisk13 and felixfontein authored Oct 22, 2024
1 parent a8c41ac commit ccf7f62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/apk.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
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
Expand Down

0 comments on commit ccf7f62

Please sign in to comment.