Logstash plugin version fix (#11440)

* logstash_plugin: fix argument order when using version parameter

* logstash_plugin: add integration tests

* logstash_plugin: add changelog fragment
This commit is contained in:
Nicolas Boutet
2026-01-26 06:17:23 +01:00
committed by GitHub
parent c0df366471
commit 53e1e86bcc
4 changed files with 82 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- logstash_plugin - fix argument order when using ``version`` parameter. The plugin name must come after options like ``--version`` for the ``logstash-plugin`` CLI to work correctly (https://github.com/ansible-collections/community.general/issues/10745, https://github.com/ansible-collections/community.general/pull/11440).