fixed exit json
parent
e4a88eeebe
commit
90650256ef
|
@ -243,7 +243,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 New Issue