Native YAML - notification leftovers (#3626)

This commit is contained in:
Fabio Alessandro Locati 2016-12-02 15:09:20 +00:00 committed by Matt Clay
commit 723556fc98
2 changed files with 36 additions and 29 deletions

View file

@ -66,16 +66,18 @@ author: "Brian Coca (@bcoca)"
EXAMPLES = '''
# send a message to a user
- jabber: user=mybot@example.net
password=secret
to=friend@example.net
msg="Ansible task finished"
- jabber:
user: mybot@example.net
password: secret
to: friend@example.net
msg: Ansible task finished
# send a message to a room
- jabber: user=mybot@example.net
password=secret
to=mychaps@conference.example.net/ansiblebot
msg="Ansible task finished"
- jabber:
user: mybot@example.net
password: secret
to: mychaps@conference.example.net/ansiblebot
msg: Ansible task finished
# send a message, specifying the host and port
- jabber