mirror of https://github.com/ansible/ansible.git
influxdb: Add condition for retries argument (#38441)
'retries' argument was added to InfluxDBClient in version 4.1.0, versions lower than this fails if retries are specified. This fix adds a conditional to check if version is greater than equal to 4.1.0 and depending upon that adds 'retries' option. Fixes: #38204 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/37513/merge
parent
1ff5e975d9
commit
9ebad79f40
Loading…
Reference in New Issue