From bc6b1ca17b4ebe6223d5bab5aca2395194925bed Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 4 Jan 2018 20:46:26 -0500 Subject: [PATCH] corrected docs, removed comment, return is req --- lib/ansible/modules/notification/logentries_msg.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/lib/ansible/modules/notification/logentries_msg.py b/lib/ansible/modules/notification/logentries_msg.py index ee3127bfcfe..78ac3f21a33 100755 --- a/lib/ansible/modules/notification/logentries_msg.py +++ b/lib/ansible/modules/notification/logentries_msg.py @@ -21,7 +21,7 @@ ANSIBLE_METADATA = {'status': ['preview'], DOCUMENTATION = ''' --- module: logentries_msg -version_added: "2.2" +version_added: "2.5" short_description: Send a message to logentries. description: - Send a message to logentries @@ -32,27 +32,21 @@ options: description: - Log token. required: true - version_added: "2.1" msg: description: - The message body. required: true - version_added: "2.1" api: description: - API endpoint default: data.logentries.com - version_added: "2.1" port: description: - API endpoint port default: 80 - version_added: "2.1" -author: "Jimmy Tang " +author: "Jimmy Tang (@jcftang) " ''' -# TODO: Disabled the RETURN as it was breaking docs building. Someone needs to -# fix this RETURN = '''# ''' EXAMPLES = '''