From 68b83451992e3bc0743bfd876a0a0d26c10c8ec2 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 10 Oct 2025 07:14:38 +0200 Subject: [PATCH] pacman: link to yay bug report (#10887) Link to yay bug report. --- 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. """