mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Update fortios_config.py (#23230)
This commit is contained in:
committed by
John R Barker
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
|
||||
|
||||
Reference in New Issue
Block a user