mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 22:30:22 -07:00
fixed exit json
This commit is contained in:
parent
e4a88eeebe
commit
90650256ef
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ def main():
|
||||||
|
|
||||||
# Mission complete
|
# Mission complete
|
||||||
result['msg'] = "OK"
|
result['msg'] = "OK"
|
||||||
module.exit_json(result)
|
module.exit_json(**result)
|
||||||
|
|
||||||
# import module snippets
|
# import module snippets
|
||||||
from ansible.module_utils.basic import *
|
from ansible.module_utils.basic import *
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue