InfluxDB_database: Make the path argument conditional on the InfluxDB version (#1126)

Co-authored-by: Mathias Ettinger <mathias.ettinger@viveris.f>
This commit is contained in:
Mathias Ettinger 2020-11-06 09:12:00 +01:00 committed by GitHub
commit ce0f327875
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 4 deletions

View file

@ -0,0 +1,4 @@
---
bugfixes:
- influxdb - fix usage of path for older version of
python-influxdb (https://github.com/ansible-collections/community.general/issues/997).