1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-05 15:57:05 +00:00

apk: document non-interactive mode requirement (#12047)

* apk: document non-interactive mode requirement

* apk: fix file path markup in documentation

Change file path markup from E() to C() in the notes section.

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Francisco Pereira 2026-05-14 16:39:59 -03:00 committed by GitHub
parent 9b512adf7a
commit eb69d25e45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,6 +78,10 @@ notes:
- O(name) and O(upgrade) are mutually exclusive.
- When used with a C(loop:) each package is processed individually, it is much more efficient to pass the list directly
to the O(name) option.
- This module expects C(apk) to run in non-interactive mode. On Chimera Linux, C(apk) runs interactively by default,
which will cause this module to hang. Interactive mode can be configured in C(/etc/apk/config). Even though not
officially supported, other systems using C(apk) should be able to use this module, as long as C(apk) is running
in non-interactive mode by default.
"""
EXAMPLES = r"""