mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Many more doc fixes
This commit is contained in:
parent
ec68f78556
commit
4f07e8b256
23 changed files with 34 additions and 24 deletions
|
@ -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 = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue