clarification of error and success messages

pull/18777/head
Jim Richardson 10 years ago 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 *

Loading…
Cancel
Save