Fix 'save' parameter in asa_config (#32761)

This commit is contained in:
Patrick Ogenstad 2017-11-15 21:22:02 +01:00 committed by ansibot
parent 97b844e660
commit 53c5e5bf5a

View file

@ -248,7 +248,7 @@ def run(module, result):
if module.params['save']:
if not module.check_mode:
module.config.save_config()
run_commands(module, 'write mem')
result['changed'] = True
def main():