fix nxos_reboot command format (#30549)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/30601/head
Trishna Guha 8 years ago committed by GitHub
parent e308176f3e
commit ae044f507f

@ -67,7 +67,7 @@ from ansible.module_utils.basic import AnsibleModule
def reboot(module): def reboot(module):
cmds = [ cmds = [
{'command': 'terminal-dont-ask'}, {'command': 'terminal dont-ask', 'output': 'text'},
{'command': 'reload', 'output': 'text'} {'command': 'reload', 'output': 'text'}
] ]
run_commands(module, cmds) run_commands(module, cmds)

Loading…
Cancel
Save