diff --git a/library/notification/jabber b/library/notification/jabber index e4beb4adbe8..9f1552651a1 100644 --- a/library/notification/jabber +++ b/library/notification/jabber @@ -123,8 +123,7 @@ def main(): except Exception, e: module.fail_json(msg="unable to send msg: %s" % e) - changed = True - module.exit_json(changed=changed, to=to, user=user, msg=msg.getBody()) + module.exit_json(changed=False, to=to, user=user, msg=msg.getBody()) # this is magic, see lib/ansible/module_common.py #<>