1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fixed exit json

This commit is contained in:
Brian Coca 2016-03-09 15:42:30 -05:00 committed by Matt Clay
parent e4a88eeebe
commit 90650256ef

View file

@ -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 *