From 7a686ab6d880fba8b6365f65f9ae6566c53cbf0b Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Sun, 7 Feb 2016 20:20:32 -0800 Subject: [PATCH] U() markings in pushover docs should remain but need to be uppercased. pri description needs to be a list. --- lib/ansible/modules/extras/notification/pushover.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/notification/pushover.py b/lib/ansible/modules/extras/notification/pushover.py index 794fd4139c4..29afcaa6356 100644 --- a/lib/ansible/modules/extras/notification/pushover.py +++ b/lib/ansible/modules/extras/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)"