community.general/lib/ansible/modules/database/influxdb
Guido Günther 960dfa862b influxdb_retention_policy: don't fail with empty error message (#28792)
On connection errors the influxdb python module raises an exception with
an empty message leading to a fail_json with an empty error message:

    265d14736b/influxdb/influxdb08/client.py (L252)

Fail with a more descriptive error in this case.
2018-10-08 07:23:53 -04:00
..
__init__.py
influxdb_database.py
influxdb_query.py
influxdb_retention_policy.py influxdb_retention_policy: don't fail with empty error message (#28792) 2018-10-08 07:23:53 -04:00
influxdb_user.py
influxdb_write.py