mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-18 14:21:06 -07:00
Native YAML - notifications (#3598)
This commit is contained in:
parent
951b87492a
commit
75563d5325
9 changed files with 59 additions and 39 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue