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

@@ -89,18 +89,20 @@ requirements: [ ]
'''
EXAMPLES = '''
- flowdock: type=inbox
token=AAAAAA
from_address=user@example.com
source='my cool app'
msg='test from ansible'
subject='test subject'
- flowdock:
type: inbox
token: AAAAAA
from_address: user@example.com
source: my cool app
msg: test from ansible
subject: test subject
- flowdock: type=chat
token=AAAAAA
external_user_name=testuser
msg='test from ansible'
tags=tag1,tag2,tag3
- flowdock:
type: chat
token: AAAAAA
external_user_name: testuser
msg: test from ansible
tags: tag1,tag2,tag3
'''
import urllib