From 9169e396401fbd39ea2aecec1fc6269c49bd0a6b Mon Sep 17 00:00:00 2001 From: Alexei Znamensky <103110+russoz@users.noreply.github.com> Date: Sun, 27 Jul 2025 00:15:55 +1200 Subject: [PATCH] Update plugins/modules/pear.py --- plugins/modules/pear.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/pear.py b/plugins/modules/pear.py index 57c3246b1f..c2492391a8 100644 --- a/plugins/modules/pear.py +++ b/plugins/modules/pear.py @@ -49,7 +49,7 @@ options: question. - Prompts are processed in the same order as the packages list. - You can optionally specify an answer to any question in the list. - - If no answer is provided, the list item __FIXME__(will) only contain the regular expression. + - If no answer is provided, the list item contains only the regular expression. - "To specify an answer, the item is a dict with the regular expression as key and the answer as value C(my_regular_expression: 'an_answer')." - You can provide a list containing items with or without answer.