From 61e180fd9e7cdfd49e770c36d9bb3531795f57d5 Mon Sep 17 00:00:00 2001 From: Alexei Znamensky <103110+russoz@users.noreply.github.com> Date: Sun, 27 Jul 2025 00:18:27 +1200 Subject: [PATCH] Update plugins/modules/portage.py --- plugins/modules/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/portage.py b/plugins/modules/portage.py index e0fbc56699..1404b00a90 100644 --- a/plugins/modules/portage.py +++ b/plugins/modules/portage.py @@ -193,7 +193,7 @@ options: quietfail: description: - Suppresses display of the build log on stdout (--quiet-fail). - - Only the die message and the path of the build log _are displayed on stdout. + - Only the die message and the path of the build log are displayed on stdout. type: bool default: false