From 58b84ac7cb4f0bc56c8e2aaeeb9c58dba40766c6 Mon Sep 17 00:00:00 2001 From: Alexei Znamensky <103110+russoz@users.noreply.github.com> Date: Tue, 22 Jul 2025 00:05:59 +1200 Subject: [PATCH] Update plugins/modules/logstash_plugin.py Co-authored-by: Felix Fontein --- plugins/modules/logstash_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/logstash_plugin.py b/plugins/modules/logstash_plugin.py index 240a9f4a37..afacf7767f 100644 --- a/plugins/modules/logstash_plugin.py +++ b/plugins/modules/logstash_plugin.py @@ -49,7 +49,7 @@ options: version: type: str description: - - Specify version of the plugin to install. If plugin exists with previous version, it is NOT updated. + - Specify version of the plugin to install. If the plugin exists with a previous version, it is B(not) updated. """ EXAMPLES = r"""