[PR #10302/580ac1e3 backport][stable-11] fix style in plugins (#10325)

fix style in plugins (#10302)


(cherry picked from commit 580ac1e30d)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2025-07-01 22:58:46 +02:00
committed by GitHub
parent 1c4556dc4c
commit da3874c96d
42 changed files with 111 additions and 114 deletions

View File

@@ -20,13 +20,13 @@ options:
default: localhost
username:
description:
- Username that will be used to authenticate against InfluxDB server.
- Username that is used to authenticate against InfluxDB server.
type: str
default: root
aliases: [login_username]
password:
description:
- Password that will be used to authenticate against InfluxDB server.
- Password that is used to authenticate against InfluxDB server.
type: str
default: root
aliases: [login_password]
@@ -44,7 +44,7 @@ options:
version_added: '0.2.0'
validate_certs:
description:
- If set to V(false), the SSL certificates will not be validated.
- If set to V(false), the SSL certificates are not validated.
- This should only set to V(false) used on personally controlled sites using self-signed certificates.
type: bool
default: true
@@ -55,11 +55,11 @@ options:
default: false
timeout:
description:
- Number of seconds Requests will wait for client to establish a connection.
- Number of seconds Requests waits for client to establish a connection.
type: int
retries:
description:
- Number of retries client will try before aborting.
- Number of retries client performs before aborting.
- V(0) indicates try until success.
- Only available when using C(python-influxdb) >= 4.1.0.
type: int