1
0
Fork 0
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:
Jacob McGill 2017-04-03 14:22:57 -04:00 committed by John R Barker
parent 9a43603761
commit 5918bebd6e

View file

@ -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