mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 03:30:22 -07:00
Fix 'save' parameter in asa_config (#32761)
This commit is contained in:
parent
97b844e660
commit
53c5e5bf5a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue