fix: module.exit_json()

This commit is contained in:
Swapnil 2024-05-03 15:05:05 +05:30
parent 2e2b53cc45
commit 46a008eef0
Signed by: swapnil
GPG Key ID: 58029C48BB100574
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ def run_module():
module.result['device_defaults'] = module.get_call()
module.result['changed'] = True
module.result['changes'] = changes
module.exit_json()
def main():
run_module()