Update fortios_config.py (#23230)
parent
9a43603761
commit
5918bebd6e
|
@ -132,7 +132,7 @@ def main():
|
|||
f = FortiOS( module.params['host'],
|
||||
username=module.params['username'],
|
||||
password=module.params['password'],
|
||||
timeout=module.params['username'],
|
||||
timeout=module.params['timeout'],
|
||||
vdom=module.params['vdom'])
|
||||
|
||||
#connect
|
||||
|
|
Loading…
Reference in New Issue