mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
clarification of error and success messages
This commit is contained in:
committed by
Matt Clay
parent
34f2ebc0ab
commit
5edd0274de
@@ -97,9 +97,9 @@ def main():
|
||||
try:
|
||||
msg_object.run()
|
||||
except:
|
||||
module.fail_json(msg='Wibble')
|
||||
module.fail_json(msg='Unable to send msg via pushover')
|
||||
|
||||
module.exit_json(msg="OK", changed=False)
|
||||
module.exit_json(msg=msg, changed=False)
|
||||
|
||||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
|
||||
Reference in New Issue
Block a user