mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 05:19:09 -07:00
influxdb: fix missing arg specs (#33859)
* influxdb: fix missing arg specs * influxdb: doc: move database_name spec to doc fragments * influxdb: cleanup unused import
This commit is contained in:
parent
20ce0bde30
commit
5bcc9cd1c3
4 changed files with 23 additions and 27 deletions
|
@ -23,6 +23,10 @@ options:
|
|||
description:
|
||||
- The port on which InfluxDB server is listening
|
||||
default: 8086
|
||||
database_name:
|
||||
description:
|
||||
- Name of the database.
|
||||
required: true
|
||||
validate_certs:
|
||||
description:
|
||||
- If set to C(no), the SSL certificates will not be validated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue