From 67562860e2509db31b08d0c6fd6c38801bcc4367 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 08:10:26 +0200 Subject: [PATCH] [PR #10887/68b83451 backport][stable-10] pacman: link to yay bug report (#10889) pacman: link to yay bug report (#10887) Link to yay bug report. (cherry picked from commit 68b83451992e3bc0743bfd876a0a0d26c10c8ec2) Co-authored-by: Felix Fontein --- plugins/modules/pacman.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/modules/pacman.py b/plugins/modules/pacman.py index 359cbc51d1..ce8d7fac54 100644 --- a/plugins/modules/pacman.py +++ b/plugins/modules/pacman.py @@ -128,7 +128,8 @@ notes: - To use an AUR helper (O(executable) option), a few extra setup steps might be required beforehand. For example, a dedicated build user with permissions to install packages could be necessary. - 'In the tests, while using C(yay) as the O(executable) option, the module failed to install AUR packages with the error: - C(error: target not found: ).' + C(error: target not found: ). This is caused by an incompatibility of yay with the arguments passed by this module. + See L(yay bug #1744 report for details, https://github.com/Jguer/yay/issues/1744).' - The common return values `stdout` and `stderr` are returned upon success, when needed, since community.general 4.1.0. """