mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
8eacbd0381
* elasticsearch_plugin - Show STDERR on module failures. I tried to install a ES plugin without become: yes and found after debugging the module that the module failed ude to permission issues. The only error message I got was Is analysis-icu a valid plugin name? That was strange considering I followed the example documentation by the letter. I found out that when this module fails, it hides the real reason for failure. This patch replaces the generic error with more meaningful diagnostics. * elasticsearch_plugin - Show STDERR on module failures. Changelog fragment samdoran commented 2 days ago This looks good. Please create a changelog fragment to go along with this change. See fragments for examples.
3 lines
104 B
YAML
3 lines
104 B
YAML
---
|
|
bugfixes:
|
|
- elasticsearch_plugin - Improve error messages and show stderr of elasticsearch commands
|