diff --git a/lib/ansible/modules/notification/logentries_msg.py b/lib/ansible/modules/notification/logentries_msg.py index ee3127bfcf..78ac3f21a3 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 = '''