From 71aba1cd51e2b2745958de1b222864ce46f656e9 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 21 Jul 2015 12:58:18 -0400 Subject: [PATCH] fixed decriptions to be lists --- lib/ansible/modules/extras/notification/jabber.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/ansible/modules/extras/notification/jabber.py b/lib/ansible/modules/extras/notification/jabber.py index ed33a0ab5d1..677cc4ffded 100644 --- a/lib/ansible/modules/extras/notification/jabber.py +++ b/lib/ansible/modules/extras/notification/jabber.py @@ -29,15 +29,15 @@ description: options: user: description: - User as which to connect + - User as which to connect required: true password: description: - password for user to connect + - password for user to connect required: true to: description: - user ID or name of the room, when using room use a slash to indicate your nick. + - user ID or name of the room, when using room use a slash to indicate your nick. required: true msg: description: @@ -46,16 +46,16 @@ options: default: null host: description: - host to connect, overrides user info + - host to connect, overrides user info required: false port: description: - port to connect to, overrides default + - port to connect to, overrides default required: false default: 5222 encoding: description: - message encoding + - message encoding required: false # informational: requirements for nodes