fix_dellos6_config (#50599)

pull/50855/head
abirami-n 6 years ago committed by Ganesh Nalawade
parent eaf9da4dff
commit 063c2f9d59

@ -287,7 +287,7 @@ def main():
result['changed'] = True
if not module.check_mode:
cmd = {'command': 'copy running-config startup-config',
'prompt': r'\(y/n\)\s?$', 'answer': 'yes'}
'prompt': r'\(y/n\)\s?$', 'answer': 'y'}
run_commands(module, [cmd])
result['saved'] = True
else:

Loading…
Cancel
Save