From d51ec37a59a7a30e960129719754ef9d8674735f Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 11 May 2013 16:36:37 -0400 Subject: [PATCH] Add version added field to notification modules. --- examples/DOCUMENTATION.yaml | 2 +- library/notification/campfire | 1 + library/notification/flowdock | 1 + library/notification/hipchat | 1 + library/notification/jabber | 1 + library/notification/osx_say | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/DOCUMENTATION.yaml b/examples/DOCUMENTATION.yaml index da434005fd5..05e248edfdd 100644 --- a/examples/DOCUMENTATION.yaml +++ b/examples/DOCUMENTATION.yaml @@ -7,7 +7,7 @@ short_description: This is a sentence describing the module description: - Longer description of the module - You might include instructions -version_added: X.Y +version_added: "X.Y" author: Your AWESOME name here notes: - Other things consumers of your module should know diff --git a/library/notification/campfire b/library/notification/campfire index aad980a3030..4ba0b2cbf1a 100644 --- a/library/notification/campfire +++ b/library/notification/campfire @@ -4,6 +4,7 @@ DOCUMENTATION = ''' --- module: campfire +version_added: "1.2" short_description: Send a message to Campfire description: - Send a message to Campfire. diff --git a/library/notification/flowdock b/library/notification/flowdock index debc1e6686e..295ba66cb1d 100644 --- a/library/notification/flowdock +++ b/library/notification/flowdock @@ -21,6 +21,7 @@ DOCUMENTATION = ''' --- module: flowdock +version_added: "1.2" author: Matt Coddington short_description: Send a message to a flowdock description: diff --git a/library/notification/hipchat b/library/notification/hipchat index adc18ae2cce..1323314161f 100644 --- a/library/notification/hipchat +++ b/library/notification/hipchat @@ -4,6 +4,7 @@ DOCUMENTATION = ''' --- module: hipchat +version_added: "1.2" short_description: Send a message to hipchat description: - Send a message to hipchat diff --git a/library/notification/jabber b/library/notification/jabber index cacb908aa00..e4beb4adbe8 100644 --- a/library/notification/jabber +++ b/library/notification/jabber @@ -3,6 +3,7 @@ DOCUMENTATION = ''' --- +version_added: "1.2" module: jabber short_description: Send a message to jabber user or chat room description: diff --git a/library/notification/osx_say b/library/notification/osx_say index 28e394a0ffa..35f2246d455 100644 --- a/library/notification/osx_say +++ b/library/notification/osx_say @@ -21,6 +21,7 @@ DOCUMENTATION = ''' --- module: osx_say +version_added: "1.2" short_description: Makes an OSX computer to speak. description: - makes an OS computer speak! Amuse your friends, annoy your coworkers!