From e4f8dc1dd89123377e6b231f86f51f7999439511 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 1 Jun 2013 12:14:35 -0400 Subject: [PATCH] Docs standardization --- notification/hipchat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notification/hipchat b/notification/hipchat index 1323314161f..d19235567e8 100644 --- a/notification/hipchat +++ b/notification/hipchat @@ -44,8 +44,8 @@ options: description: - notify or not (change the tab color, play a sound, etc) required: false - default: true - choices: [ "true", "false" ] + default: 'yes' + choices: [ "yes", "no" ] # informational: requirements for nodes requirements: [ urllib, urllib2 ] @@ -116,7 +116,7 @@ def main(): color=dict(default="yellow", choices=["yellow", "red", "green", "purple", "gray", "random"]), msg_format=dict(default="text", choices=["text", "html"]), - notify=dict(default=True, choices=BOOLEANS), + notify=dict(default=True, type='bool'), ), supports_check_mode=True )