mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Many more doc fixes
This commit is contained in:
committed by
Matt Clay
parent
ec68f78556
commit
4f07e8b256
@@ -48,7 +48,7 @@ options:
|
||||
description: Message priority (see u(https://pushover.net) for details.)
|
||||
required: false
|
||||
|
||||
author: Jim Richardson
|
||||
author: '"Jim Richardson (@weaselkeeper)" <weaselkeeper@gmail.com>'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -53,7 +53,7 @@ options:
|
||||
the desired subject for the email
|
||||
required: true
|
||||
|
||||
author: Matt Makai
|
||||
author: '"Matt Makai (@makaimc)" <matthew.makai@gmail.com>'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -24,7 +24,7 @@ short_description: Send Slack notifications
|
||||
description:
|
||||
- The M(slack) module sends notifications to U(http://slack.com) via the Incoming WebHook integration
|
||||
version_added: 1.6
|
||||
author: Ramon de la Fuente <ramon@delafuente.nl>
|
||||
author: '"Ramon de la Fuente (@ramondelafuente)" <ramon@delafuente.nl>'
|
||||
options:
|
||||
domain:
|
||||
description:
|
||||
|
||||
@@ -24,7 +24,7 @@ short_description: Send Amazon Simple Notification Service (SNS) messages
|
||||
description:
|
||||
- The M(sns) module sends notifications to a topic on your Amazon SNS account
|
||||
version_added: 1.6
|
||||
author: Michael J. Schultz <mjschultz@gmail.com>
|
||||
author: '"Michael J. Schultz (@mjschultz)" <mjschultz@gmail.com>'
|
||||
options:
|
||||
msg:
|
||||
description:
|
||||
|
||||
@@ -58,7 +58,7 @@ options:
|
||||
(multimedia message) instead of a plain SMS
|
||||
required: false
|
||||
|
||||
author: Matt Makai
|
||||
author: '"Matt Makai (@makaimc)" <matthew.makai@gmail.com>'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -26,7 +26,7 @@ options:
|
||||
- message body
|
||||
required: true
|
||||
requirements: [ urllib, urllib2, json ]
|
||||
author: Takashi Someda <someda@isenshi.com>
|
||||
author: '"Takashi Someda (@tksmd)" <someda@isenshi.com>'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
Reference in New Issue
Block a user