You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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.
6 years ago
..
influxdb influxdb_query: fix use of common return results (#39626) 6 years ago
misc elasticsearch_plugin - Show STDERR on module failures. (#41954) 6 years ago
mongodb Clean up module documentation (#36909) 6 years ago
mssql Clean up module documentation (#36909) 6 years ago
mysql Add support for mysqldump --ignore-table switch (#33065) 6 years ago
postgresql postgresql_user: set encrypted as default and fix empty password reporting changed (#36931) 6 years ago
proxysql Added docs fragment for proxysql (#32502) 7 years ago
vertica Clean up module documentation (#36909) 6 years ago
__init__.py package files 8 years ago