summaryrefslogtreecommitdiff
path: root/notification
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2016-02-07 20:20:32 -0800
committerToshio Kuratomi <toshio@fedoraproject.org>2016-02-07 20:21:44 -0800
commitd56ac42c8b234bf1a8892f2ab770fdc7f5e2edbc (patch)
tree4e1de441f50d0e110fe829b0997108a121a607cd /notification
parent0608318f90250d688fa0dce509c4ed356b525161 (diff)
downloadansible-modules-extras-d56ac42c8b234bf1a8892f2ab770fdc7f5e2edbc.tar.gz
U() markings in pushover docs should remain but need to be uppercased.
pri description needs to be a list.
Diffstat (limited to 'notification')
-rw-r--r--notification/pushover.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/notification/pushover.py b/notification/pushover.py
index 794fd413..29afcaa6 100644
--- a/notification/pushover.py
+++ b/notification/pushover.py
@@ -24,7 +24,7 @@ DOCUMENTATION = '''
---
module: pushover
version_added: "2.0"
-short_description: Send notifications via https://pushover.net
+short_description: Send notifications via U(https://pushover.net)
description:
- Send notifications via pushover, to subscriber list of devices, and email
addresses. Requires pushover app on devices.
@@ -45,7 +45,8 @@ options:
- Pushover issued authentication key for your user.
required: true
pri:
- description: Message priority (see https://pushover.net for details.)
+ description:
+ - Message priority (see U(https://pushover.net) for details.)
required: false
author: "Jim Richardson (@weaselkeeper)"