1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update influxdb_database.py (#39984)

InfluxDB >= 1.2.4 is not supported

+label: docsite_pr
This commit is contained in:
Stijn Martens 2018-09-18 19:54:02 +02:00 committed by Alicia Cozine
parent 4da13eefb2
commit 049a462058

View file

@ -22,7 +22,7 @@ version_added: 2.1
author: "Kamil Szczygiel (@kamsz)" author: "Kamil Szczygiel (@kamsz)"
requirements: requirements:
- "python >= 2.6" - "python >= 2.6"
- "influxdb >= 0.9" - "influxdb >= 0.9 & <= 1.2.4"
- requests - requests
options: options:
database_name: database_name: