This commit is contained in:
Swapnil 2024-05-02 13:30:13 +05:30
parent 8bce593b18
commit ca8752aa4b
Signed by: swapnil
GPG Key ID: 58029C48BB100574
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ def run_module():
# Get the updated configuration
module.result['device_default'] = module.get_call()
else:
module.result['changed'] = False
module.result['changed'] = True
module.result['device_default'] = current_config
module.exit_json()