mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
remove unicode prefix and correct text in table
Remove the unicode prefix displayed before the url pushover.net Attempt to correct the text in the table which appear vertically.
This commit is contained in:
parent
014d78e78d
commit
1c3bbfe767
1 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: pushover
|
||||
version_added: "2.0"
|
||||
short_description: Send notifications via u(https://pushover.net)
|
||||
short_description: Send notifications via https://pushover.net
|
||||
description:
|
||||
- Send notifications via pushover, to subscriber list of devices, and email
|
||||
addresses. Requires pushover app on devices.
|
||||
|
@ -34,18 +34,18 @@ notes:
|
|||
options:
|
||||
msg:
|
||||
description:
|
||||
What message you wish to send.
|
||||
- What message you wish to send.
|
||||
required: true
|
||||
app_token:
|
||||
description:
|
||||
Pushover issued token identifying your pushover app.
|
||||
- Pushover issued token identifying your pushover app.
|
||||
required: true
|
||||
user_key:
|
||||
description:
|
||||
Pushover issued authentication key for your user.
|
||||
- Pushover issued authentication key for your user.
|
||||
required: true
|
||||
pri:
|
||||
description: Message priority (see u(https://pushover.net) for details.)
|
||||
description: Message priority (see https://pushover.net for details.)
|
||||
required: false
|
||||
|
||||
author: "Jim Richardson (@weaselkeeper)"
|
||||
|
|
Loading…
Reference in a new issue