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/plugins/modules/database/influxdb
patchback[bot] 99e0f8a3a0
influxdb_user: allow creation of first user with auth enabled (#2364) (#2368) (#2547)
* influxdb_user: allow creation of first user with auth enabled (#2364)

* handle potential exceptions while parsing influxdb client error

* fix changelog

Co-authored-by: Felix Fontein <felix@fontein.de>

* influxdb_user: use generic exceptions to be compatible with python 2.7

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit b89eb87ad6)

Co-authored-by: Xabier Napal <xabiernapal@pm.me>
2021-05-17 19:18:46 +00:00
..
influxdb_database.py
influxdb_query.py
influxdb_retention_policy.py influxdb_retention_policy: fix duration parsing to support INF values (#2396) (#2400) 2021-05-01 14:58:30 +02:00
influxdb_user.py influxdb_user: allow creation of first user with auth enabled (#2364) (#2368) (#2547) 2021-05-17 19:18:46 +00:00
influxdb_write.py