Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
d51ec37a
Commit
d51ec37a
authored
May 11, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add version added field to notification modules.
parent
cfef24cc
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
1 deletions
+6
-1
examples/DOCUMENTATION.yaml
+1
-1
library/notification/campfire
+1
-0
library/notification/flowdock
+1
-0
library/notification/hipchat
+1
-0
library/notification/jabber
+1
-0
library/notification/osx_say
+1
-0
No files found.
examples/DOCUMENTATION.yaml
View file @
d51ec37a
...
...
@@ -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
...
...
library/notification/campfire
View file @
d51ec37a
...
...
@@ -4,6 +4,7 @@
DOCUMENTATION
=
'''
---
module: campfire
version_added: "1.2"
short_description: Send a message to Campfire
description:
- Send a message to Campfire.
...
...
library/notification/flowdock
View file @
d51ec37a
...
...
@@ -21,6 +21,7 @@
DOCUMENTATION
=
'''
---
module: flowdock
version_added: "1.2"
author: Matt Coddington
short_description: Send a message to a flowdock
description:
...
...
library/notification/hipchat
View file @
d51ec37a
...
...
@@ -4,6 +4,7 @@
DOCUMENTATION
=
'''
---
module: hipchat
version_added: "1.2"
short_description: Send a message to hipchat
description:
- Send a message to hipchat
...
...
library/notification/jabber
View file @
d51ec37a
...
...
@@ -3,6 +3,7 @@
DOCUMENTATION
=
'''
---
version_added: "1.2"
module: jabber
short_description: Send a message to jabber user or chat room
description:
...
...
library/notification/osx_say
View file @
d51ec37a
...
...
@@ -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!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment