influxdb: fix 'database_name' not optional (#35280)

follup up of 168fb07cba
This commit is contained in:
Artem Zinenko 2018-01-24 20:25:12 +05:00 committed by René Moser
commit 005a8278c6
2 changed files with 1 additions and 2 deletions

View file

@ -125,7 +125,6 @@ def main():
user_name=dict(required=True, type='str'),
user_password=dict(required=False, type='str', no_log=True),
admin=dict(default='False', type='bool')
)
module = AnsibleModule(
argument_spec=argument_spec,