Native YAML - notifications (#3598)

This commit is contained in:
Fabio Alessandro Locati 2016-12-01 12:31:20 +00:00 committed by Matt Clay
parent 951b87492a
commit 75563d5325
9 changed files with 59 additions and 39 deletions

View file

@ -60,10 +60,18 @@ author: "Adam Garside (@fabulops)"
'''
EXAMPLES = '''
- campfire: subscription=foo token=12345 room=123 msg="Task completed."
- campfire:
subscription: foo
token: 12345
room: 123
msg: Task completed.
- campfire: subscription=foo token=12345 room=123 notify=loggins
msg="Task completed ... with feeling."
- campfire:
subscription: foo
token: 12345
room: 123
notify: loggins
msg: Task completed ... with feeling.
'''
import cgi