mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update fortios_config.py (#23230)
This commit is contained in:
parent
9a43603761
commit
5918bebd6e
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ def main():
|
||||||
f = FortiOS( module.params['host'],
|
f = FortiOS( module.params['host'],
|
||||||
username=module.params['username'],
|
username=module.params['username'],
|
||||||
password=module.params['password'],
|
password=module.params['password'],
|
||||||
timeout=module.params['username'],
|
timeout=module.params['timeout'],
|
||||||
vdom=module.params['vdom'])
|
vdom=module.params['vdom'])
|
||||||
|
|
||||||
#connect
|
#connect
|
||||||
|
|
Loading…
Reference in a new issue