diff --git a/examples/DOCUMENTATION.yaml b/examples/DOCUMENTATION.yaml index da434005fd..05e248edfd 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 aad980a303..4ba0b2cbf1 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 debc1e6686..295ba66cb1 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 adc18ae2cc..1323314161 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 cacb908aa0..e4beb4adbe 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 28e394a0ff..35f2246d45 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!