mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00: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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user