Commit d51ec37a by Michael DeHaan

Add version added field to notification modules.

parent cfef24cc
...@@ -7,7 +7,7 @@ short_description: This is a sentence describing the module ...@@ -7,7 +7,7 @@ short_description: This is a sentence describing the module
description: description:
- Longer description of the module - Longer description of the module
- You might include instructions - You might include instructions
version_added: X.Y version_added: "X.Y"
author: Your AWESOME name here author: Your AWESOME name here
notes: notes:
- Other things consumers of your module should know - Other things consumers of your module should know
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: campfire module: campfire
version_added: "1.2"
short_description: Send a message to Campfire short_description: Send a message to Campfire
description: description:
- Send a message to Campfire. - Send a message to Campfire.
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: flowdock module: flowdock
version_added: "1.2"
author: Matt Coddington author: Matt Coddington
short_description: Send a message to a flowdock short_description: Send a message to a flowdock
description: description:
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: hipchat module: hipchat
version_added: "1.2"
short_description: Send a message to hipchat short_description: Send a message to hipchat
description: description:
- Send a message to hipchat - Send a message to hipchat
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
version_added: "1.2"
module: jabber module: jabber
short_description: Send a message to jabber user or chat room short_description: Send a message to jabber user or chat room
description: description:
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: osx_say module: osx_say
version_added: "1.2"
short_description: Makes an OSX computer to speak. short_description: Makes an OSX computer to speak.
description: description:
- makes an OS computer speak! Amuse your friends, annoy your coworkers! - makes an OS computer speak! Amuse your friends, annoy your coworkers!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment