fix_dellos6_config (#50599)
This commit is contained in:
parent
eaf9da4dff
commit
063c2f9d59
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue