fixed exit json
This commit is contained in:
parent
c1398d98ed
commit
c86a0ef84a
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ def main():
|
|||
|
||||
# Mission complete
|
||||
result['msg'] = "OK"
|
||||
module.exit_json(result)
|
||||
module.exit_json(**result)
|
||||
|
||||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
|
|
Loading…
Reference in a new issue