mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 01:14:03 -07:00
Native YAML - notification leftovers (#3626)
This commit is contained in:
parent
2f369dff88
commit
723556fc98
2 changed files with 36 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue