mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 08:26:28 +00:00
corrected docs, removed comment, return is req
This commit is contained in:
@@ -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 <jimmy_tang@rapid7.com>"
|
||||
author: "Jimmy Tang (@jcftang) <jimmy_tang@rapid7.com>"
|
||||
'''
|
||||
|
||||
# TODO: Disabled the RETURN as it was breaking docs building. Someone needs to
|
||||
# fix this
|
||||
RETURN = '''# '''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
Reference in New Issue
Block a user