1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/modules/database
Olli-Antti Kivilahti 8eacbd0381 elasticsearch_plugin - Show STDERR on module failures. (#41954)
* 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.
2018-06-29 17:28:17 -04:00
..
influxdb influxdb_query: fix use of common return results (#39626) 2018-05-05 14:11:42 +02:00
misc elasticsearch_plugin - Show STDERR on module failures. (#41954) 2018-06-29 17:28:17 -04:00
mongodb Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
mssql Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
mysql Add support for mysqldump --ignore-table switch (#33065) 2018-05-28 17:31:55 +05:30
postgresql postgresql_user: set encrypted as default and fix empty password reporting changed (#36931) 2018-05-21 14:49:44 -05:00
proxysql Added docs fragment for proxysql (#32502) 2017-12-19 12:12:19 +00:00
vertica Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
__init__.py package files 2016-12-08 11:22:22 -05:00