mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
influxdb: fix 'database_name' not optional (#35280)
follup up of 168fb07cba
This commit is contained in:
parent
5a8c73ad1b
commit
005a8278c6
2 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue