mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 12:22:45 +00:00
fixed exit json
This commit is contained in:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user