mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 19:23:09 +00:00
Fix 'save' parameter in asa_config (#32761)
This commit is contained in:
committed by
ansibot
parent
97b844e660
commit
53c5e5bf5a
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user