From d89adad5c0df1be1f94d4685ecc6b1adfe380fc7 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 11 May 2013 16:24:44 -0400 Subject: [PATCH] Add proper quoting in hipchat example --- notification/hipchat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification/hipchat b/notification/hipchat index 207b1bf1298..adc18ae2cce 100644 --- a/notification/hipchat +++ b/notification/hipchat @@ -52,7 +52,7 @@ author: WAKAYAMA Shirou ''' EXAMPLES = ''' -action: hipchat token=AAAAAA room=notify msg=Ansible task finished +action: hipchat token=AAAAAA room=notify msg="Ansible task finished" ''' # ===========================================