Fix 'save' parameter in asa_config (#32761)
parent
97b844e660
commit
53c5e5bf5a
|
@ -248,7 +248,7 @@ def run(module, result):
|
||||||
|
|
||||||
if module.params['save']:
|
if module.params['save']:
|
||||||
if not module.check_mode:
|
if not module.check_mode:
|
||||||
module.config.save_config()
|
run_commands(module, 'write mem')
|
||||||
result['changed'] = True
|
result['changed'] = True
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Loading…
Reference in New Issue