mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
influxdb: make param database_name uncommon (#34021)
This commit is contained in:
parent
b385e3d725
commit
168fb07cba
4 changed files with 10 additions and 5 deletions
|
@ -44,7 +44,6 @@ class InfluxDb():
|
|||
port=dict(default=8086, type='int'),
|
||||
username=dict(default='root', type='str'),
|
||||
password=dict(default='root', type='str', no_log=True),
|
||||
database_name=dict(required=True, type='str'),
|
||||
ssl=dict(default=False, type='bool'),
|
||||
validate_certs=dict(default=True, type='bool'),
|
||||
timeout=dict(type='int'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue